Book Recommendation - Working Effectively with Legacy Code
On my Google+ account, I recently saw news on my feed from a friend of mine Robert Dailey, seeking a good book on implementing automated testing in existing, complex projects not initially designed for it. It was recommended that he check out a book titled, Working Effectively with Legacy Code (ISBN-13:978-0131177055), by Michael Feathers. It has a wealth of knowledge on bridging the gap between legacy (test-less and/or untestable) code and newer, testable code. Definitely, worth the read.
Comments