There was some discussion around the office which touched on the topic for the best method for object conversion in VB.NET. Given this (typical) pattern: 1: Dim sneakers As Cat = CType (Factory.GetObject(someKey), Cat) 2: 3: If (sneakers...
If you have never heard of "Cyclomatic Complexity" a good place to start is here . I decided to grab the Reflector Addin by Peli which will examine an assembly's methods and produce a list of code metrics for each given method, one of which...