Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (35 loc) · 1.52 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.52 KB

Developer Documentation

As a developer, I want to ...

  • ... extend the existing codebase.
  • ... write new extensions.
  • ... work on the service provider interface (SPI).
  • ... improve core implementations.
  • ... have clear requirements.
  • ... add documentation to new and existing code.
  • ... stick to existing coding styleguides.
  • ... get an overview of past decision records.
  • ... improve software tests.

As a developer, I do not want to ...

  • ... bring in new requirements.
  • ... deep-dive into use cases.

Important links

All implementations have to follow existing design principles and architectural patterns that are provided as Decision Records. Please make sure to continuously check and extend the list. The same applies to the Contributing.md.