Tag: Type checking


  • Back to the __future__ and import annotations

    When I went to test my project, I discovered that my attempt to avoid circular imports had actually created them. But there are tools that can help.

  • Know when to quit

    How’s that for a first post? New developers will often spend too much time trying to figure out a problem they are stuck on, long past the point they should have asked for help. I recently found myself in that position and wasted an entire week. The worst part? It wasn’t even code itself that…