Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 413 Bytes

DoD.md

File metadata and controls

9 lines (8 loc) · 413 Bytes

Definition of done:

  • User stories have acceptance criteria, that are documented as Cucumber features.
  • Created code has a test of coverage of at least 80% (line coverage).
  • The client is able to see the situation of the code and tests from the CI-server.
  • Maintaining the code should be as easy as possible.
    • Sensible naming.
    • Sensible and justified architecture.
    • Standardized code style.