Last modified 5 years ago
The feedback programmers get as they code test-first is very fast.
In order to achieve this:
- only modified module get re-compiled
- compilations take place concurrently
- tests get executed concurrently, so that long tests and tests with timers don't become bottlenecks
