I feel like my code wasn't pretty to begin with, but I'm sure this isn't much better.
Especially when objects need to be organized in a specific *order* to be restructured into arrays and consumed in a specific way.
From a readability standpoint, yes, I have many module methods that I can (and have) reused but I do feel like the number of loops/iterations have gone up. The code base is definitely larger, too.
I feel an ugly pull to go back on much refactoring and it sucks. I won't though, don't have time