654 Views
Posts in this series: IntroProcedural BeginningsAs part of the red-green-refactor TDD process, the second step of making the test pass means we write the simplest (but still correct) code that can possibly work that flips our test from red to green. For me, this means in an OO language creating
0 comments