[Tutor] General programming question

Christopher Arndt chris.arndt at web.de
Tue Jul 18 19:43:22 CEST 2006


Tino Dai schrieb:
>      I have a general question about programming. My program that I have
> been writing is fully modularized. My question is: Is there a
> programming technique that would alleviate the passing of a huge number
> of variables.

Yes, it's called "object-oriented programming" ;-)

http://en.wikipedia.org/wiki/Object-oriented_programming

And "refactoring":

http://en.wikipedia.org/wiki/Refactoring


Chris


More information about the Tutor mailing list