dixx / Die_Chroniken_eines_namenlosen_Spiels

We develop a game just for the sake of learning how to do it. Okay, maybe it's more developing a game engine and using a game as its integration test. We have no real goal besides the learning experience.
Other
1 stars 1 forks source link

Refactor leviathan.video.GraphicEngine::GraphicEngine(IEventReceiver, Logger, Configuration) #159

Closed dixx closed 3 years ago

dixx commented 3 years ago

I've selected leviathan.video.GraphicEngine::GraphicEngine(IEventReceiver, Logger, Configuration) for refactoring, which is a unit of 14 lines of code and 3 parameters. Addressing this will make our codebase more maintainable and improve Better Code Hub's Keep Unit Interfaces Small guideline rating! πŸ‘

Here's the gist of this guideline:

You can find more info about this guideline in Building Maintainable Software. πŸ“–


ℹ️ To know how many other refactoring candidates need addressing to get a guideline compliant, select some by clicking on the πŸ”² next to them. The risk profile below the candidates signals (βœ…) when it's enough! 🏁


Good luck and happy coding! :shipit: :sparkles: :100:

dixx commented 3 years ago

Let's keep this for now, and do the argument count violations all together when we have a plan what we want to achieve and why, and of course how.