yeah, I've been moving things out into the applesauce packages and re-writing a ton of the old code in the app
Discussion
Are you going more modular, then, to lower the maintenance effort?
I started revamping one of mine into classes with more protected and private functions, and noticed I had some functional redundancy in there, that explained some weird errors I was getting.
more modular so the util methods can be used outside of the app
although the biggest change is using rxjs and an in-memory database / event store so the UI stays in sync and the loaders don't have to manage storing the events
Its difficult to explain but the docs are here if you want to poke around https://hzrd149.github.io/applesauce/
Modular sauce, haha 😅
Awesome sir!