Python's Protocol Annotation vs. Duck Typing
Let's talk about profound confusion.
I got an email with a subject of this, "Python's Protocol Reduces Reliance on Duck Typing". The resulting conversation led to this nugget: "... my current project could use protocols in Python, and thus I didn't need to rely on duck typing and instead could use …
more ...