asrob-uc3m / robotDevastation-developer-manual

Robot Devastation Developer Manual
https://asrob-uc3m.gitbooks.io/robotdevastation-developer-manual/content
0 stars 0 forks source link

Introduce programming style conventions #4

Open PeterBowman opened 7 years ago

PeterBowman commented 7 years ago

Started as an idea while taking a closer look at emacs modelines (robotDevastation#96), it could be expanded to encompass further coding style rules.

See also YARP's CONTRIBUTING.md.

PeterBowman commented 7 years ago

I find the official documentation a bit too sparing of details with this respect, but it might be possible to handle/enforce the indentation thing in a .gitattributes file (see YARP/.gitattributes).

PeterBowman commented 7 years ago

Consider adding header inclusion guidelines:

jgvictores commented 6 years ago

Maybe it's okay to point to https://github.com/roboticslab-uc3m/best-practices for now.