Open arran4 opened 2 months ago
Unrelated to above, but definitely related to: https://github.com/arran4/arrans_overlay/pull/5
It would definitely reduce complexity. I will probably do it when I have more energy & focus when there are more users. I need to work on other things right now.
Since I am building a tree of "unpack this to get this, rename this to get this" I should instead of using a complex set of loops and ifs and praying that the names align, recursively descend it to create a series of actions, ie:
It will reduce complexity and be more readable plus filename alignment issues will be greatly reduced especially con converging and expanding packages (or where the same manual page is stored in multiple files:)