Search

Recent Posts

Authors

Archives

Blogroll

Subscribe

Author Archive

Refactor!

Posted by William Rowden on Friday, April 17th, 2009

You’re about to add a feature, but it looks difficult to do. You need to fix a bug, but you don’t understand the code. You’re doing a code review and you have a suggestion. What do you do? Refactor!

[View Post]

Test Fast!

Posted by William Rowden on Thursday, April 16th, 2009

For test-driven development, integrated development environments like Eclipse provide shortcuts for use of tools like JUnit.

[View Post]

Drive While Reading?

Posted by William Rowden on Thursday, April 9th, 2009

Many Agile practices are “updating the map.” As when driving, make frequent small corrections; adapt rather than predict.

[View Post]

Test First!

Posted by William Rowden on Monday, April 6th, 2009

“On the Effectiveness of Test-First Approach to Programming” concludes that test-first development, because it encourages greater testing, leads to higher productivity and more consistent quality.

[View Post]