@jacek_smolak Once I am satisfied, I
typically clamp the new code from two sides: I add end-to-end feature tests
(BDD) which cover the entire solution, and I add unit and integration tests for
parts of the code that's not trivial, while cleaning up and modularizing the it.
1 reply
@jacek_smolak This way I can quickly try out
multiple solutions, but end up with a solid one.