(no title)
098799
|
1 year ago
Yikes. I'm going to follow this one cause it's right up my alley, but I'm worried I will absolutely hate the process if some standards don't change, e.g. having to have multiple functions called "get()" for them to be a GET request is going to drive mypy/flake8 mad.
jph00|1 year ago
Although I don't see why flake8 should care - multi-dispatch is built into the python stdlib so having multiple functions with the same name is not weird or new.
098799|1 year ago
If you'd like to dig deeper, the reference is:
from flake8 and from mypy.