Wednesday, February 8, 2017

Refactoring Code

Why might you want to change or refactor old code?
To make the code more readable, efficient, and simplistic.
Is it necessarily a bad thing to refactor code?
No
What steps can we take to avoid refactoring code too frequently?
Making functions at the beginning of the code and having global variables that can be reassigned.

No comments:

Post a Comment