AnnexGameDev / Annex

A 2D game development framework
MIT License
3 stars 0 forks source link

Service - Interface Segregation Principle #19

Closed MatthewChrobak closed 1 year ago

MatthewChrobak commented 4 years ago

Services like Log, and SceneService services should be resolved by their interface, not by their implementation