By tag: JeremyMiller
0
kicks
Best of the Shade Tree Developer (Jeremy Miller)
Compendium of the best posts from Jeremy Miller about many topics, from Testing through IoC to Agile.
0
kicks
Influential Books
Jeremy Miller shares a list of books that have influenced him, mainly on software design, patterns and programming methodologies.
0
kicks
Unit Testing Business Logic without Tripping Over the Database
Oldy but a goody from Jeremy D. Miller
0
kicks
More testing code than production code is typical, but fine
Jeremy Miller of CodeBetter blogs writes that you may end up with more unit test code than production code, but that's fine. Remember, production code is way harder to write than test code. Test methods are each isolated units that don't have dependencies on each other, like production methods do.