trckr-documentation

Principles

This part of the documentation gives an overview of the used software development principles in the trckr project.

SOLID

The main principle we use in our project is SOLID:

DRY

Furthermore, it is very important to follow the DRY (Don’t repeat yourself) principle.