LukeTrynchuk / BaseProject

0 stars 0 forks source link

Refactor CameraTransition.SetTransitionValues(float, bool, bool, Action) #54

Closed LukeTrynchuk closed 5 years ago

LukeTrynchuk commented 5 years ago

I've selected CameraTransition.SetTransitionValues(float, bool, bool, Action) for refactoring, which is a unit of 12 lines of code and 4 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:

LukeTrynchuk commented 5 years ago

Done!