8

I find it so difficult naming my classes, and Id’s in html and naming my variables in both JS and PHP. They are either too short and vague, or too long and specific. Haha Sometimes I wonder if I should use underscores or camelcase :( hard choices! >.<

Comments
  • 0
    camelcases for classes and function names, underscores for variables
Add Comment