thane98 / paragon

Toolkit for editing various FE games.
GNU General Public License v3.0
56 stars 17 forks source link

Get rid of service locator #55

Closed thane98 closed 3 years ago

thane98 commented 4 years ago

I think that service locator has stopped making things simple - now it just makes it difficult to tell how many places will be affected by a change.

We should transition to something like dependency injection.