General developer documentation.
Go to file
2016-08-09 18:15:20 +02:00
basics Updating index 2016-08-09 18:15:20 +02:00
components More documentation 2016-08-09 16:34:21 +02:00
datastorage Updating index 2016-08-09 18:15:20 +02:00
frontend re-structuring 2016-07-05 20:39:30 +02:00
math Restructuring 2016-08-03 22:23:16 +02:00
quality Adding language description 2016-07-08 14:57:59 +02:00
security Adding header security 2016-07-12 14:22:23 +02:00
services More documentation 2016-08-09 16:34:21 +02:00
setup More documentation 2016-08-09 16:34:21 +02:00
standards Adding critical functions 2016-07-12 14:22:12 +02:00
cover.jpg Creating test cover 2015-12-27 19:23:21 +01:00
README.md Minor corrections 2016-07-05 16:36:21 +02:00
SUMMARY.md Updating index 2016-08-09 18:15:20 +02:00

Introduction

This developer guides intention is to provide useful information for developers to help you to understand the structure of the application, important classes, workflows and standards for code quality as well as code style. The intention is to provide enough information to get a basic understanding of these key elements for module developers, frontend developers or developers working on the core application.

The guide is not explaining in detail how to use classes, for this you can find the automatically generated code documentation. All the provided information are very important to ensure the quality of the published code and often are mandatory. Not following these guides can cause security issues, worsen the user experience or even cause malfunction as well as make it difficult for other developers to understand the code.