Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 321 Bytes

File metadata and controls

12 lines (8 loc) · 321 Bytes
  • The default branch in this repo is dev

Commands

  • Clean: go run script/build.go clean
  • Build: go run script/build.go

Testing

  • BDD comments #given/#when/#then, TDD workflow (RED-GREEN-REFACTOR)
  • Avoid mocks as much as possible
  • Test actual implementation, do not duplicate logic into tests