soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
38 stars 4 forks source link

Unify code style #17

Closed soulweaver91 closed 8 years ago

soulweaver91 commented 8 years ago

Preferred style uses lowercase-starting-camelcase for all self-defined methods, fields and local variables, and uppercase-starting-camelcase for all classes, namespaces, enums and typedefs. Arguments should also be separated with spaces.

Go through all the old code to fix these.