Calling Values

Steven D'Aprano steve+comp.lang.python at pearwood.info
Fri Aug 3 12:24:57 EDT 2012


On Fri, 03 Aug 2012 04:49:46 -0700, Subhabrata wrote:

> I am preferring not to use argument passing

It's not 1964 any more and you're not programming in BASIC.

What you have just told us is that you prefer not to write good quality 
programs, and that you prefer to write buggy, hard to maintain code.

Of course that is your right to make such a foolish choice, but you 
shouldn't expect people to help you. There is enough terrible code in the 
world without encouraging people to write more.

If you would like to learn good coding techniques, please stay around 
here and pay attention to modern practices for writing good quality code. 
If you would rather stick to worst-practices from the 1960s, don't expect 
any encouragement.



-- 
Steven



More information about the Python-list mailing list