DEV Community

Discussion on: Database Naming Standards

Collapse
 
superdre profile image
SuperDre

It's got nothing to do with the language I'm using, I'm using even multiple languages. But it's got all to do with what I think reads better and looks more clean, and even less typing. everything lowercase and using underscores is like writing ancient english to me, it's just ugly.
And calling lowercase/underscore best practice, is all in the eye of the beholder. Most people I work with use the CamelCasing with the database designs now.
In reality, in these cases there is no real best practice, it's just what you prefer.

Thread Thread
 
mikel profile image
Michael Lawson

"conforms better to the actual code being used" directly implies the language you're using because it's not true in all cases (that it conforms) by a long shot.

I've never in my life seen that kind of casing in database design, like ever. Not sure who you're working with or where but yeah, I think this ain't the hill to die on.