forwards-long-jump / discotron

Modular Discord bot supporting plugins hosted on git repositories
MIT License
3 stars 5 forks source link

Make class constructors pure #109

Open RedMser opened 4 years ago

RedMser commented 4 years ago

Constructors such as that of the class Repository should not have the responsibility of loading itself into a global list etc.

Blatoy commented 4 years ago

Would rather make the static class a "factory" that create the object and registers it, so we do not forget to register objects after creating them