[Python-Dev] PEP 484 -- proposal to allow @overload in non-stub files

Laura Creighton lac at openend.se
Sun Oct 25 19:11:24 EDT 2015


All these overloads makes the code hard to read.
The whole idea of 'i have to know which decorator
got called  before the other one' is a smell that
you have too many decorators.

This whole idea reeks 'i can be very, very clever here'.

Laura


More information about the Python-Dev mailing list