plasma-umass / doppio

Breaks the browser language barrier (includes a plugin-free JVM).
http://plasma-umass.github.io/doppio-demo
MIT License
2.17k stars 176 forks source link

CamelCase It Up! #326

Open jvilk opened 10 years ago

jvilk commented 10 years ago

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.

perimosocordiae commented 10 years ago

:poop:

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

jvilk commented 10 years ago

Could even go the extra mile...

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

CrazyPython commented 8 years ago

@jvilk run once, it's all camel case

jvilk commented 8 years ago

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

CrazyPython commented 8 years ago

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