J
Jordan
I am in the practice of including all my code for a specific object inside
the form that accesses it. Is this a bad habit?
I've been reading about object oriented program design, and I'm getting the
impression that I would be better off to make my forms only contain code
that validates the data and then passes it off to an object that is
encapsulated with it's own code. I'm considering changing some apps to
relfect this design paradigm, but it will take some doing. Would there be
any speed benefits? Would it make expansion easier?
Jordan
the form that accesses it. Is this a bad habit?
I've been reading about object oriented program design, and I'm getting the
impression that I would be better off to make my forms only contain code
that validates the data and then passes it off to an object that is
encapsulated with it's own code. I'm considering changing some apps to
relfect this design paradigm, but it will take some doing. Would there be
any speed benefits? Would it make expansion easier?
Jordan