This is a rant: I am tired of seeing virtual methods implemented in child classes that, at some point or another, call the method of the same name in the base class. For me this is a sign of poor architecture. A bad, bad smell in code. Let’s say that you have a base class, [...]
Reducing Code Entropy
March
18,
2007
Architecture · Opinion
Comments Off