snow-fox-studio-llc / albion-square

Albion Online fan website
GNU Affero General Public License v3.0
0 stars 0 forks source link

Adopt TSyringe #39

Closed luis815 closed 1 year ago

luis815 commented 1 year ago

Description

Core logic operates in a singleton pattern. However, no logic should be running at the root of the module and should be contained in a function or class. Since core modules depend on others, they should be contained in class. To manage instances, TSyringe must be used for IoC.