doppio icon indicating copy to clipboard operation
doppio copied to clipboard

CamelCase It Up!

Open jvilk opened this issue 11 years ago • 5 comments

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.

jvilk avatar Sep 12 '14 15:09 jvilk

:poop:

... though I agree that we should be consistent where possible.

perimosocordiae avatar Sep 12 '14 16:09 perimosocordiae

Could even go the extra mile...

https://www.npmjs.org/package/tslint

jvilk avatar Sep 18 '14 03:09 jvilk

@jvilk run once, it's all camel case

CrazyPython avatar Oct 09 '16 20:10 CrazyPython

@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 avatar Oct 10 '16 02:10 jvilk

@jvilk Deprecate the older methods, say they will be removed in later releases. Set them to the correct method. Example: var some_function = someFunction;

CrazyPython avatar Oct 11 '16 20:10 CrazyPython