Skip to content

Developers

S. V. Paulauskas edited this page Feb 24, 2017 · 3 revisions

#Developers Here you will find information that is useful for developing the software. All developers are expected to read and review these pages.

##Style Guidelines The software follows style guidelines. These guidelines provide a consistent look and feel to the source code, which is critical for maintenance. New code must adhere to these guidelines.

##Unit Testing All new code, when possible, must be Unit Tested. We use UnitTest++ for our testing framework.

Clone this wiki locally