Investigate Feasibility of Refactoring for Better Clarity and Maintainability
The way QGIS generates python scripts is rough. It looks like it would be possible to refactor some of common occuring processes into functions, and split them into helper scripts for the actual algorithm scripts. This would reduce the lines of code and thus improve readability.