Comment on What are some common misconceptions about programming that you'd like to debunk?

<- View Parent
Ephera@lemmy.ml ⁨9⁩ ⁨months⁩ ago

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.

source
Sort:hotnewtop