[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Python or Perl for a Debian maintainance project?



Andrew Suffield <asuffield@debian.org> wrote:

> What are you talking about? The *point* was that handling an error is
> better than not handling an error. Obviously comparing the two is
> germane to that goal.

Look. It is simple.

 1. A program that handles errors correctly is better than the same
    program that does not handle them.

 2. A program that handles errors poorly *can* be worse than a program
    that doesn't handle them at all in Python (due to the exceptions
    being useful to pinpoint the bugs).

-- 
Florent



Reply to: