DEV Community

Discussion on: How to name software things, be a good programmer & work solo

Collapse
 
mohanarpit profile image
Arpit Mohan

I actually prefer that instead of tablenameID. I typically don't like alliteration in my SQL queries or code function calls. I'd much rather invoke select * from users where id = ? instead of select * from users where userid=?

I find the first one more readable and understandable as well.