▲ | summerlight 5 days ago | |||||||
When people are obsessed with over-abstraction and over-generalization, you can often see FizzBuzz Enterprise in action where a single switch statement is more than enough. | ||||||||
▲ | account42 4 days ago | parent [-] | |||||||
I see that more with inheritance including pure virtual interface for things that only have one implementation and actor patterns that make the execution flow unnecessarily hard to follow. Basically, Java written in C++. Most templates are much easier to read in comparison. | ||||||||
|