Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Design Rules

Tobias Augspurger edited this page Sep 7, 2020 · 2 revisions
  • Readability over modularity
  • Traceability and transparency over-abstraction (inline everything)
  • Simplicity over everything
  • Code is liability
  • Unit tests as soon as the architecture is stable
  • Integration tests are the only real tests
  • Reproducibility by portability
  • Adaption to community needs over commercial interests
  • Reasoning over opinion
  • Do not infantilize the user
Clone this wiki locally