Announcement
iPhone DZone: Fresh Links On Your iPhone by matt at Sat Jul 05 14:09:51 EDT 2008
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
Give a little, get a lot! Login and vote now.
By mswatcher
via pivots.pivotallabs.com
Submitted: May 15 2008 / 12:22
The following is an excerpt of ScrewUnit's new copious documentation:
A great test maximizes these features:
* it provides documentation, explaining the intended functioning of the system as well as how the source code works;
* it supports ongoing development, as you bit-by-bit write a failing test and make it pass;
* it supports later refactorings and prevents regression as you add other features;
* and it requires little modification as the implementation of the system changes, especially changes to unrelated code.
SaveShareSend
Tags: javascript, tools
Add your comment