<p></p>
<blockquote>
<p dir="auto">I think that we should follow the convention to prefix all the classes used in our Javascript with js-. (…)<br>
I'd like to hear any feedback from other developers who think this is either a good or bad idea, before I implement it.</p>
</blockquote>
<p dir="auto">I agree that separating the names based on usage is a very good idea.</p>
<p dir="auto">In my last company, we had the rule to not query classes (or IDs) at all, but <strong>use data attributes</strong> instead. It would be <code class="notranslate"><div class="spinner" data-capability="spinner" /></code> with a lookup that also handled cases where multiple capabilities where attached (something like <code class="notranslate">data-capability~=spinner</code> I think).</p>
<p dir="auto">The advantage is, that this splits the two works (style, javascript) even more.<br>
However, IMO the advantage over <code class="notranslate">js-spinner</code> is mor stylistic.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/issues/3801#issuecomment-1320208293">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLOGHFCGBGQDNDZXCQDWI6Q65ANCNFSM6AAAAAASCM525A">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLNWHAA3M2YOZT6Z5VLWI6Q65A5CNFSM6AAAAAASCM525CWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSOWDD2K.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/issues/3801/1320208293</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/issues/3801#issuecomment-1320208293",
"url": "https://github.com/openstreetmap/openstreetmap-website/issues/3801#issuecomment-1320208293",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>