Refactoring
Exercise
·
Beginner
·
+60XP
·
90 mins
·
Unity Technologies

1. What is Refactoring and Why do I care?
2. Making Code More Legible by Renaming Variables
3. Intermediate Coding Techniques
4. Refactoring Examples
5. Assignment: Refactoring Plan
Please login to submit
Submission Gallery

Refactoring Examples
Follow the correct instructions make your code becomes more accessible to others and yourself when you revisit it.

Plan de refactorización
Se refactorizaron los script del proyecto el Equilibrista

Refactoring of the Software Architecture
Refactored the player's script into their respective functions or tasks.
idk but i know what you better than me
this bad work but i hope you done better than me guys .

Refactoring
One example of my splitting up a big class into smaller ones; which, through inheritance, can grant methods to multiple other classes.

Refactoring
This is not the best example of "Refactoring", some functions could be broken down into smaller parts.

Some refactoring
Some points I detected at first sight, I'll continue checking the code for the next scenes
Refactoring plan
I work with Adventure Creator, so I don't work directly on the code. But I looked at all ActionsLists trying to make them more compact and rational.