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.
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.