Categories
Programming

camelCase? underscore? dashes??

I think it’s always confusing to know which to use, but I won’t get into that here. Instead, I will list the differences for future reference:

  • camelCase
  • PascalCase
  • snake_case
  • train-case
  • StUdLyCaPs
  • UPPERCASE
  • lowercase

Juggling multiple programming languages on a daily basis, this still gives me a headache.

Advertisement