codeStyle
codeStyle
screaming snake case
What a great name for that style. Thank you.
sendHttpRequest, etc.
That viewpoint makes bold assumptions about language, toolset, and preference.
It also suggests sweeping the dirt under the rug instead of not having it on the floor in the first place.
I hate that the convention for naming React.useState variables is [color, setColor], rather than [color, colorSet]. After I declare โcolorโ, I want to copy/paste that variable and append โSetโ, rather than copy the variable then writing โsetโ then pasting then navigating to the 4th character then flipping the case.
Granted there could be some ambiguity if there was a variable containing a unique collection (aka set) but that is far less common than declaring a useState variable. Iโd even settle for appending โSETโ to quell the confusion.