Menu

Writing Rules

Nicolas Hainaux
There is a newer version of this page. You can find it here.

/!\ this is a first draft
Back

We'll try to write "clean" code. It was not the case at the beginning, but things change.

So here are some hints :

  • all the code should be written in python, except for certain parts like the gui

  • this will be modular and object-oriented code to give the maximal flexibility to reuse each component

  • everything has to be documented. Sometimes the explanations of complicated algorithms need enough space inside the code, no problem, write as long as required. On another hand, all classes, functions etc. have to be commented for Doxygen, as soon as they are created


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.