You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
az 92bf1e8934 improve ObjectValidation.md 3 years ago
..
ConfigAsData.md more cents added 3 years ago
ObjectValidation.md improve ObjectValidation.md 3 years ago
README.md extract the boundedContextSeparation principle 3 years ago
ResultsFeedback.md clearer text 3 years ago
TolerantReader.md more cents added 3 years ago
boundedContextSeparation.md extract the boundedContextSeparation principle 3 years ago
declarative-vs-imperative.md separate results feedback page 3 years ago
quasi-idempotence.md add quasi-idempotence and implarative principles 3 years ago

README.md

  1. Tests:
  2. Jedes Element nur einmal testen
  3. möglichst billig testen
  4. YAGNI / KISS
  5. DDD Aufteilung nutzen
  6. Domain isoliert - isoliert testbar
  7. Inputs / Outputs validieren
  8. Aggregate bilden
  9. Wir programmieren in Programmiersprachen und nicht in XML / Template / yaml ...
  10. Gute Programmiersprachen erfinden ist schwierig, drum lassen wir das
  11. Microkernel
  12. Schnelles Feedback ist relevant
  13. Wenn wir Magie wirken, dann muss die gut sein
  14. Wir vermeiden zirkuläre Abhängigkeiten
  15. Modularisierung ermöglichen
  16. Komposition
  17. versionierte / nicht veränderbare Dependency
  18. Das nötigste ist dokumentiert