Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.55 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.55 KB

Code Retreat

You'll find here materials that we have developed at ENX to facilitate code retreat.

TCR

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:

Scaffolds

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:

Contributors