This was a fantastic interview that covered a lot of topics I hadn’t really considered before. For example, how to write software that best meets not only the functional requirements of the project, but also the long-term operational requirements. Michael’s book has gone into my Amazon wishlist!
This episode is a discussion with Michael Nygard about [...]
Posts Tagged ‘patterns’
Release It with Michael Nygard | Software Engineering Radio
Posted in Uncategorized, tagged development, engineering, enterprise, operation, patterns, release, software on 2009/05/13 | Leave a Comment »
Spring.NET – Application Framework
Posted in Uncategorized, tagged .net, AOP, architecture, design patterns, DI, Fowler, framework, IoC, patterns, spring.net on 2009/03/19 | Leave a Comment »
Spring.NET looks to be a great way to implement some best practices such as DI and AOP while letting someone else (Spring.NET) take care of the grunt work. Unfortunately, I can’t seem to find very good sample code, and I’ve read comments about it being “overly complicated”. Then again, that makes it sound just like [...]