Definition of Done - noldmess/apps GitHub Wiki

  • Testing
    • Rough acceptance tests (simulate user inputs) to test interplay of modules and core
    • Detailed unit tests to test module methods and functionality
  • Documentation
    • Methods, Signature
    • Complex code parts
  • Manual (Wiki)
    • End users
    • Developers