5
atheist
29d

Realising how fucked and broken python's type system is because none of the type checkers have implemented it correctly.

Comments
  • 1
    I need to raise an issue with pyright that is literally "please use the type definition from the type library so my fix actually works".
  • 1
    well, don't forget, python is _dynamically_ typed.

    which basically translates to "untyped, but with extra misleading steps"
Add Comment