Monkey Patching is not too bad

History A few months ago I’ve started to contribute with returns, an amazing Open Source Python library with a lot of containers to help us in many ways, I won’t cover those containers here but you can access the documentation page to know more about them. Here I’m going to cover why we chose the monkey patching technique to implements a feature, Improve Failure Traceability, to the Result containers. Just a brief explanation of what is a Result container, basically your code can take two ways:...

August 13, 2020 · 4 min · Pablo Aguilar