Mailing List Archive


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

Re: [tlug] Giving a program priority briefly



Josh Glover writes:

 > Python and Ruby hackers, how do you do this?

EITBI ("explicit is better than implicit") and TOOWDTI ("there should
be one -- and preferably only one -- way to do it") mean that you
don't need very many warnings in Python.  There's also "in the face of
ambiguity, refuse the temptation to guess."

That being true, all warnings are on by default.  (And nonetheless, do
not annoy.  Do you begin to be enlightened as to why I love Python?)
You can reduce or suppress them quite flexibly using the -W flag.  You
can also turn them into exceptions with "-W error".



Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links