Hacker News new | past | comments | ask | show | jobs | submit login

> it's implementation of interfaces is too relaxed

as someone only casually used to python im curious how so?




It only has duck-typed interfaces, unable to verify methods' signatures. Trying to implement strong inheritance leads to monstrosities __instancecheck__ and __subclasscheck__ and manual type checking of injected dependencies.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: