Name: Anonymous 2011-11-21 9:22
Does anyone have any good resources on unlearning object-oriented design and programming?
I'm trying to build a software system and my mind keeps thinking in terms of polymorphic classes and virtual methods, and I can see how just writing a few simple procedural modules for each concrete implementation of the system would probably end up with far less code and more performance, but I'm having a hard time moving forward with anything.
Object-orientation has paralyzed my analysis skills and I need something to get me out of this rut.
I'm trying to build a software system and my mind keeps thinking in terms of polymorphic classes and virtual methods, and I can see how just writing a few simple procedural modules for each concrete implementation of the system would probably end up with far less code and more performance, but I'm having a hard time moving forward with anything.
Object-orientation has paralyzed my analysis skills and I need something to get me out of this rut.