You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matheus Vieira Portela edited this page Mar 18, 2014
·
24 revisions
This page contains guidelines that all project members should follow when producing new source code for the UnBall Robot Soccer Team. These rules aims to produce consistent code, which can be easily understood and maintained.
Coding style
The most important coding style is: be consistent. Writing code in a consistent style makes it easier to read, hence, it is strongly recommended to follow the coding style suggestions below.
Formating
Identation: Indent 4 spaces at a time and use spaces only.
Line Length: Each line should be 120 characters long.