If I give you a code without git history, could you tell if that code has been done with #TDD?
If so, which are the hints that tell you test first vs test last?
@RichardWallintin @aleixmorgadas A lack of over engineering. Every use case for a module is tested and the code only does what it needs to do to make those tests pass.