You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently (from a quick glimpse over the readme), it seems like this module uses snake_case for various properties, even though the usual JS recommendation (and most style-guides as well) would recommend lowerFirstCamelCase for object properties. Is this on purpose? 😄
The text was updated successfully, but these errors were encountered:
Yes it's on purpose, It's just a personal preference. lowerFirstCamelCase doesn't add sufficient space for me to recognize the shape of the label. I like space. D: I'm sorry if it irritates your eyes.
I'm open to recommendations, if you know a popular style rules feel free to share the link. :)
Currently (from a quick glimpse over the readme), it seems like this module uses
snake_case
for various properties, even though the usual JS recommendation (and most style-guides as well) would recommendlowerFirstCamelCase
for object properties. Is this on purpose? 😄The text was updated successfully, but these errors were encountered: