Getting clear to me that I have eached the point where I have
to organize my code better. And that means passing to the use
of an OOP (Object-Oriented Programming) model. What this involves
is working from a class which I initially define, and then creating
one or more instances of said class. Really economical: one code,
many objects.
Below, looking at code triggered by instance creation:
No comments:
Post a Comment