Weekly Web Nuggets #25

General

  • The Tortoise And The Hare: Tim Barcz has a must-read post comparing enterprise development to the fable of the tortoise and the hare. As someone who's been dealing with this sort of cycle for the last few years, I couldn't agree more. Diligent developers should be striving to be the tortoise, writing maintainable, unit-tested code that breaks the cycle of the hare - quickly written applications that degrade so quickly another rewrite is the only way to fix them.
  • Hidden Gems - Not The Same Old 3.5 SP1 Post: As I'm sure you're already aware, SP1 for .NET 3.5 and Visual Studio 2008 shipped this week. Scott Hanselman takes a look at the "metric buttload" of changes with this release.
  • 12 Unit Testing Tips For Software Engineers: A great article by Alex Iskold with 12 tips for unit testing.
  • Implementing Repository And Specification Patterns Using Linq: Ritesh Rao shows how to get your hands dirty using Linq.
  • Inversion Of Control Is NOT About Testability: Jeffrey Palermo reminds us that IoC is not about testability - it's about a good design, of which testability is a byproduct.

Web Development