Jan 26 2005
Text Subclassing
I was just reminded of one of the horrible anti-patterns I’ve seen
in working with a template library that will remain nameless.
At a previous company we called it “text subclassing.” It’s what
we called it when you had to copy huge pieces of text out of a
superclass and paste it into your subclass.
Admittedly, sometimes this is [...]