A Bug By Any Other Name ...

Tom Kermode tkermode at gmail.com
Sat Jul 18 11:50:44 EDT 2009


Maybe the IDE is the best place to warn you of something like that.

You could have an IDE where you specify which language you're more
familiar with and then have it display warnings likely to be relevant
to you.  People could collaborate to add support for gradually more
niche languages.

Python could continue to work the way it was designed to and people
documenting python wouldn't have to worry about this kind of issue. :)

2009/7/6 Lawrence D'Oliveiro <ldo at geek-central.gen.new_zealand>:
> I wonder how many people have been tripped up by the fact that
>
>    ++n
>
> and
>
>    --n
>
> fail silently for numeric-valued n.
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
http://www.kiloday.com
http://www.fourstopspast.com



More information about the Python-list mailing list