Codelines

Debugging the art of software

Entries for October, 2006

Is Agile Development Really Agile?

How do agile teams stack up against those adopting a more conventional methodology. My focus here is not so much on the development model itself and how it lends itself to a useful product, but on the team dynamics it produces. Though I’m sure there is a connection between the two. Do group dynamics improve? [...]

Leave a Comment

Generics in .NET

I was a big fan of generics when they were first introduced in Java 5.0 and I have to say, .NET is no exception. In fact, I enjoy programming more in .NET these days than I do in Java. But that’s another story.When you can really abstract something well, the addition of generics can further [...]

Leave a Comment