> I need to learn how to write code in short segments of as little as 15 minutes.
This, i.e. short cycle time, is one of the effects which TDD reportedly has. Write a tiny bit of test – write a tiny bit of code – test passes – refactor while all tests still pass – repeat.
This, i.e. short cycle time, is one of the effects which TDD reportedly has. Write a tiny bit of test – write a tiny bit of code – test passes – refactor while all tests still pass – repeat.