Off Topic > Off Topic
Programming Megathread
Headcrab Zombie:
At my work, all our table names and column names are Pascal case, except for column names beginning with an abbreviation (like dt for DateTime or b for bit)
Zloff:
In our data dictionary the table names are all-caps and limited to 8 characters, it's gross
--- Quote from: Foxscotch on December 16, 2015, 04:53:55 PM ---but the way I would choose to do it would be what port said. unless hyphens aren't allowed, cus they usually aren't. in that case I would use an underscore instead
--- End quote ---
yeahhh I really need to start using underscores and hyphens whenever possible
Steve5451²:
Lower camel case is my favorite. It just feelsRight.
otto-san:
--- Quote from: Foxscotch on December 16, 2015, 03:59:55 PM ---camelcase is disgusting
I only use it in languages that conventionally use camelcase. because following conventions is good
--- End quote ---
GROSS!!!!!!!!!!!!!!!!!! I HATE YOU!!!!!!!!!!!!!!!! grrrrr!!!
i definitely prefer camelcase, probs cus that's just what i learned. it's really unintuitive for me to reach for that part of the keyboard and separate_words_out_like_this or-like-this. i personally find it a lot easier to just pressShift which one of my fingers usually rest on
TheBlackParrot:
--- Quote from: Steve5451² on December 16, 2015, 06:42:25 PM ---Lower camel case is my favorite. It just feelsRight.
--- End quote ---
canAgree