Comment on Snake_Cases are easier than CamelCase for non-native speakers of English to readComments−calrain2yIt's easier to read for English speakers as well.When working with databases, all properties / columns that I use are lowercase snake case.Much faster to work with, you learn to type _ pretty quickly.−compootr2yAlso I like underscores side you can double click to copyi.e try copying these in one mouse action: `some-thing-lol` or `some_thing_lol`
Comments
It's easier to read for English speakers as well.
When working with databases, all properties / columns that I use are lowercase snake case.
Much faster to work with, you learn to type _ pretty quickly.
Also I like underscores side you can double click to copy
i.e try copying these in one mouse action: `some-thing-lol` or `some_thing_lol`