You'll find here materials that we have developed at ENX to facilitate code retreat.
test && commit || revert
is a practice invented by Kent Beck.
We provide scripts to use TCR with the scaffolds:
./scripts/tcr
: the classic version../scripts/btcr
: this script is easier to work with: build failures will not be reverted, giving you a chance to fix them.
inspirations:
- https://medium.com/@kentbeck_7670/test-commit-revert-870bbd756864
- http://5.45.106.120/tcr/index.php/2018/11/15/71/#more-71
When you're not comfortable with a language, it might take you a lot of time to scaffold the minimum and start right away. This is a pity!
We provide a scaffold allowing you to start to write code and practice Test Driven Development quickly for the following programming languages: