I've been re-reading this post from Sikin Joseph for most of the afternoon. ...I got it into my head that I should "Always program to an interface not an implementation" . So whenever I needed to create a new class/abstraction I used to...
Some interesting tidbits From Ted Neward's blog : At the patterns&practices Summit in Redmond, I was on a webcasted panel, "Open Source in the Enterprise" , moderated by Scott Hanselman and included myself, Rocky Lhotka , and Chris Sells...
Steve posted his concerns over software factories and the YAGNI factor. ("You Ain't Gonna Need It") My concern with Software Factories is that the output from these procedures are chock full of code that you're not going to need, but...