Open jvilk opened 10 years ago
:poop:
... though I agree that we should be consistent where possible.
Could even go the extra mile...
@jvilk run once, it's all camel case
@CrazyPython ? We have a number of non-camel-case methods, such as in util
. I've hesitated to change them because I think I may break others' code. (Perhaps next major version release.)
@jvilk Deprecate the older methods, say they will be removed in later releases. Set them to the correct method. Example: var some_function = someFunction;
I naturally tend toward CamelCase, as evident in the recent merger. While it's not a huge deal, I should work toward switching over our internal interfaces to CamelCase. For consistency.