python
Advanced Static Typing in Python: How to type a Decorator
This post is aimed at people who are (forced to) using Python and are interested in Functional Programming and Static Typing benefits, that allow you to detect many potential errors at dev-time and prevent costly follow-up errors. First, I will give a quick recap about basic static typing (using mypy)