Hacker News new | ask | show | jobs
by masida 3962 days ago
I agree. For me the automatic "pulling" of local variables from the context feels like "magic", and I think that's an undesirable property for a programming language. Of course, PEP498 has the same issue.
1 comments

> For me the automatic "pulling" of local variables from the context feels like "magic", and I think that's an undesirable property for a programming language.

Sounds like "Explicit is better than implicit" from the Tao of Python.