Hacker News new | ask | show | jobs
by Mazzen 1746 days ago
Type annotations are great in python 3.9 and beyond. Used them heavily in one of our bigger projects and that added a lot of quality to the code.

Sadly this is also why I dropped Pint quickly. It does not integrate with annotations nicely.