• Yeah, we invested a lot of time into type hinting and checking, but mypy would never exit without warnings and errors, because many libraries we were using had no type hints.
      It was also just exhausting/cumbersome, having to write type hints everywhere, as there’s no type inference.

      But yeah, we always joked that someone should create TypeScript for Python – Typhon.