Perplexed comments on Coding Rationally - Test Driven Development - Less Wrong

25 Post author: DSimon 01 October 2010 03:20PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (82)

You are viewing a single comment's thread. Show more comments above.

Comment author: Perplexed 01 October 2010 06:42:18PM 3 points [-]

Much of the benefit of systematic testing shows up much later in the maintenance and reuse phases of the software development cycle. But only if maintaining the test code is given just as high a priority and visibility as maintaining the product code.

One test-intensive discipline of software development is "Extreme programming", which adds pair programing, frequent refactoring, and short release cycles to TDD.