This post originated from an RSS feed registered with Java Buzz
by Kevin Dangoor.
Original Post: Does TDD shun reuse?
Feed Title: Blue Sky On Mars
Feed URL: http://www.blueskyonmars.com/feed/?cat=8%2C13%2C14
Feed Description: Kevin Dangoor's Weblog of Technology, Entertainment and Life - Java only feed. For all articles, check out http://www.blueskyonmars.com
Mike Hogan asks whether Test Driven Development discourages component reuse. He gave a simple, clear example where he made a "grep" routine more flexible by delegating some of the function to other interfaces. My response: Reusability is not really orthogonal...