Script structure
matze-dd opened this issue · 0 comments
matze-dd commented
The Python script is only structured by comments.
It wildly mixes definitions of variables and functions with statements that actually perform text replacement operations.
This should be improved, for instance by usage of classes.