classrather
Classrather is a term used in informal discussions of classification within software design and knowledge organization. It denotes a tendency to organize concepts, data, or code primarily by class or type, rather than by individual instance or by functional role.
Etymology and scope: The word appears to be a portmanteau of class and rather, chosen to signal
Interpretations: In programming, classrather can describe a bias toward deep class hierarchies and inheritance, sometimes at
Examples: A classrather approach to modeling might define a single base class for a family of entities
See also: Object-oriented programming; classification; software design principles.