Previous Items in Series: Intro to series on quality VB.Net VB.Net and the Spaghetti Code Of Doom In the previous item in this series , we looked at a pretty typical class, discussed some of its problems, and started in on fixing those problems. We finished with smaller, easier-to-understand pieces of...
Recently, there was a discussion on twitter regarding the sophistication of VB.Net development. It's worth noting that there is a very firmly held belief among C# developers that VB developers care less about the quality of their own work and that they are not interested in good techniques or self...
Here goes with my maiden post on devlicio.us (thanks Brendan!) ---- I wondered about the differences between these the other day and here's what I found . I am comparing constants to static readonly class fields because they are used in the same way. At a high level, constants are obviously dealt with...