Tagged Questions

4
votes
3answers
196 views

TDD: How would you work on this class, test-first style?

I am writing a small app to teach myself ASP.NET MVC, and one of its features is the ability to search for books at Amazon (or other sites) and add them to a "bookshelf". So I created an interface ...