A Time Out From Real Coding
It feels as if it was longer, but apparently I needed some time out from actual coding for diversion, reflection and introspection. ( More here ) and ( here ) I found every excuse for not doing OOP project #2 which is the abbreviation expansion class and its "objects". Was it nothing more than falling into a bunch of easy-dopamine traps? Did I get stuck in the identity-politics debates? Did I let 'notifications' on my smart phone distract me? Perhaps. Or maybe I needed to rewire my mental models in the background (the subconscious) of how OOP objects should be viewed? So now I have a new view of what the definitions should be for what is a "class"? For what is an "object", "attributes", "methods", the init method and so on; all to be found ( HERE = an earlier OML2code post) Given that, I've also re-designed the plan for my expander cookie-cutter (aka 'class') per the following: class AbvXpandr: # This is m...