Python Refactoring
· 4 min read
Trying to understand what is refactoring, follow the guide from Real Python. https://realpython.com/python-refactoring
1. Functions That Should Be Objects
Without reading the code, you will not know if it will modify the original image or create a new image.