Great read. Enjoyed the comparison between JS and Python.
Had to guess DX means developer experience. Hey i live in a hut on the moon. We don't have youtube.
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Great read. Enjoyed the comparison between JS and Python.
Had to guess DX means developer experience. Hey i live in a hut on the moon. We don't have youtube.
btw use mypy AND pyright. The OP writes, mypy OR pyright.
mypy -- chokes on excessive number of overloads. Annoyingly runs forever.
pyright -- more verbose; finds issues mypy never will
So when mypy broke had to use pyright. Then fixed mypy by ignoring a module and some configuration voodoo.