On Sat, May 23, 2020 at 11:34 PM Tiago Illipronti Girardi <
tiagoigira...@gmail.com> wrote:

> A programmer making the least effort wouldn't update themselves on the
> grammar: the patch would be useless.


This is taking my words a bit far.

Typing annotations are tedious and have to be done every time you want to
provide typing information. It's easy to just not write them. I'd be
surprised if anyone here *always* annotates every function they write.

Learning a bit of new syntax is something you do once or twice. Plus it's
hard to avoid learning it, especially if you come across the syntax in
someone else's code. And once you know about it, it's the natural lazy
option over `if foo is None: foo = {}`.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/VIZLUXRLRR6EH73CXIZIKB7BC2RLEQN2/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to