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
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.