gtap-dev / javascript

JavaScript Style Guide
MIT License
0 stars 0 forks source link

Removed acronym casing rule, relaxed uppercase const rule #23

Open mjomble opened 2 months ago

mjomble commented 2 months ago

Closes #12

As we discussed, readability is subjective and Vlad recommended removing this rule, which I agree with.

I also noticed that the next rule seemed too restrictive about naming uppercase constants, so I relaxed the criteria.