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

alex-hedley/tdd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD Example

Kotlin License: MIT

Active Fork

See OpencastSoftware for active fork and updates.

Docs

Commit message format

Failing test

🔴 failing test for ...

Passing test/the simplest implementation to make failing test pass

🟢 simplest implementation for ...

Refactor

📝 refactoring ...