Developer mind

“OH HAI! The process to perform incremental testing is taking several minutes per iteration. This sucks! Automate this!” “Automation totally rocks! The process to perform incremental testing is now only about a minute.” [some period of time lapses] “OH HAI! The process to perform incremental testing is taking a whole minute per iteration. This sucks!…

Mockity mock moq

Getting a rare chance to do some serious refactoring and have committed to doing it “right” with TDD. To that end I’ve been introduced to my new friend Moq [1]—a lazy-evaluating object mocking framework. Abstract your objects to interfaces and then create a new Mock object with the interface as its type… and Bob’s your…