Jonathan Gardner <jgard...@jonathangardner.net> writes:
> I won't deny that really smart people enjoy the challenge of
> programming in a functional style, and some even find it easier to
> work with. However, when it comes to readability and maintenance, I
> appreciate the statement-based programming style, simply because it's
> easier for me to understand an debug.

One thing those people are after is programs that work properly the
first time they are run, and thus don't need debugging.  They achieve
that a surprising amount of the time.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to