michaelBenin / node-startup

Isomorphic nodejs application (SPA with FASTBOOT)
MIT License
8 stars 1 forks source link

Remove snake_case stick to camelCase #5

Closed michaelBenin closed 10 years ago

michaelBenin commented 10 years ago

https://github.com/michaelBenin/node-startup/blob/master/client/js/core/state_manager.js#L86

I prefer snake case but camel case is consistent to how the browser handles it.

michaelBenin commented 10 years ago

Also here: https://github.com/michaelBenin/node-startup/blob/master/apps/home/home_view.js#L44

michaelBenin commented 10 years ago

Fixed.