Skip to content

CodingStyle

PavelKryukov edited this page Sep 30, 2015 · 1 revision

CodingStyle

Good C/C++ coding conventions of MIPT-VIS project are described here. They are also applicable for our project and should be used for any new code added.

Automated code style checks

It is possible to use certain third-party programs to check and correct the coding style.

For example, see http://universalindent.sourceforge.net/ for a GUI front-end for many of such tools.

TODO Write me!

Clone this wiki locally