A developer who majorly writes in Python and Golang, an avid gamer, and PC building enthusiast.
A person working in Python would be familiar with decorators, which is a syntactic way in python to add some functionality to a function and return it. From python 3.9 there is a new lightweight function cache introduced in the functools module, w...