Re: "no variable or argument declarations are necessary."
- From: Paul Rubin <http://phr.cx@xxxxxxxxxxxxxx>
- Date: 04 Oct 2005 03:35:11 -0700
Antoon Pardon <apardon@xxxxxxxxxxxxxxx> writes:
> > Or you just code without declaring, intending to go
> > back and do it later, and invariably forget.
>
> What's the problem, the compilor will allert you
> to your forgetfullness and you can then correct
> them all at once.
Thiat in fact happens to me all the time and is an annoying aspect of
Python. If I forget to declare several variables in C, the compiler
gives me several warning messages and I fix them in one edit. If I
forget to initialize several variables in Python, I need a separate
test-edit cycle to hit the runtime error for each one.
.
- Follow-Ups:
- Re: "no variable or argument declarations are necessary."
- From: Steve Holden
- Re: "no variable or argument declarations are necessary."
- References:
- "no variable or argument declarations are necessary."
- From: James A . Donald
- Re: "no variable or argument declarations are necessary."
- From: Jean-François Doyon
- Re: "no variable or argument declarations are necessary."
- From: James A . Donald
- Re: "no variable or argument declarations are necessary."
- From: Michael
- Re: "no variable or argument declarations are necessary."
- From: George Sakkis
- Re: "no variable or argument declarations are necessary."
- From: Antoon Pardon
- Re: "no variable or argument declarations are necessary."
- From: Steven D'Aprano
- Re: "no variable or argument declarations are necessary."
- From: Antoon Pardon
- "no variable or argument declarations are necessary."
- Prev by Date: Re: Controlling who can run an executable
- Next by Date: Re: pywordnet install problems
- Previous by thread: Re: "no variable or argument declarations are necessary."
- Next by thread: Re: "no variable or argument declarations are necessary."
- Index(es):