The REALLY bad thing about Python lists ..

Garry Hodgson garry at sage.att.com
Thu May 18 16:33:10 EDT 2000


Grant Griffin <g2 at seebelow.org> wrote:

> (BTW, why to you Unix people
> separate your packager gizmo from your compression gizmo?  Very
> strange...)

not strange at all.  these are two completely different
functions, and thus belong in different programs.
it is the same reason people use functions and classes in
their programs, rather than:

main()
{
	...80000 lines of code omitted...
}

(and yes, i've seen programs like that.)


-- 
Garry Hodgson                   Every night 
garry at sage.att.com                a child is born
Software Innovation Services        is a Holy Night.
AT&T Labs                         - Sophia Lyon Fahs



More information about the Python-list mailing list