Contributing

When contributing to this project, please note the following style conventions that are enforced.

Contents

MORLAB Style Guide

In the codes of the toolbox a special naming and formatting style was applied, which might be useful to know for further developments and use of the implemented routines.

For the naming of routines one should know:

For variables one should know:

Maintenance Guide

Additionally to the basic naming and formatting, there are some other rules that have to be followed:

Test Framework

MORLAB has a unit test framework that is used every time something in the repository changes. Testing of all functions in MORLAB is enforced, therefore it is mandatory to write a test file for each new contributed MORLAB function in the following way: