Overmix icon indicating copy to clipboard operation
Overmix copied to clipboard

Update code style

Open spillerrec opened this issue 10 years ago • 1 comments

Class names: Big camelcase: ClassName Method/functions names: lower cammelcase: methodName Variables: underscores: variable_name Header files: ClassName.hpp

It is slightly inconsistent currently, which should be corrected. This should make it easier to see what is classes, functions and variables by just looking at the style conventions.

spillerrec avatar Apr 13 '14 20:04 spillerrec

Perhaps also change names of ARender and AImageAligner classes to Render_/Aligner_ instead of _Render/_Aligner ?

spillerrec avatar Jun 02 '14 17:06 spillerrec