alex-moon / vf

VoidFill
MIT License
0 stars 0 forks source link

Replace helpers with services #26

Open alex-moon opened 1 year ago

alex-moon commented 1 year ago

We've kind of abused the helper pattern here. Some of these helpers are pretty straightforward, but, for all the rest, unit-testing this code would be an absolute nightmare. We have an injector pattern implemented, so move these over to actual services.

Also write unit tests would be pretty cool.