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.
Definition π
Limit the number of parameters per unit to at most 4.
Whyβ
Keeping the number of parameters low makes units easier to understand, test and reuse.
How π§
Reduce the number of parameters by grouping related parameters into objects. Alternatively, try extracting parts of units that require fewer parameters.
βΉοΈ 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:
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: