anttsou / qmj

7 stars 8 forks source link

Impose consistency across variable names and function names #30

Open rynkwn opened 8 years ago

rynkwn commented 8 years ago

A non-small chunk of this is my fault.

There's code/variables that are lower-to-upper camel case, e.g., startDate And there's also a large amount of code that uses underscore separation, e.g., start_date

Once the bigger things are taken care of, I'll go back and rewrite variables/e.t.c. to follow one style strictly, likely underscore separation.