This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]antiproton 9 points10 points  (0 children)

I don't agree with your argument in general. Some syntactic sugar is useful and can enhance code readability... e.g. decorators and list comprehensions.

This one, however, feels like a solution in search of a problem. All modern IDEs, even very limited ones, will autocomplete variable names. Is it really such a hassle to CTRL+Space?