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 _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor