[Python-Dev] PEP 484 -- proposal to allow @overload in non-stub files (original) (raw)
Laura Creighton lac at openend.se
Sun Oct 25 19:11:24 EDT 2015
- Previous message (by thread): [Python-Dev] PEP 484 -- proposal to allow @overload in non-stub files
- Next message (by thread): [Python-Dev] PEP 484 -- proposal to allow @overload in non-stub files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] PEP 484 -- proposal to allow @overload in non-stub files
- Next message (by thread): [Python-Dev] PEP 484 -- proposal to allow @overload in non-stub files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]