Wednesday, February 8, 2017

Refactor questions

  • Why might you want to change or refactor old code?
It keeps your code organized and easier to maintain.
  • Is it necessarily a bad thing to refactor code?
No, its a good thing.
  • What steps can we take to avoid refactoring code too frequently?
Plan ahead and think about what sections of code you will be reusing and make them functions.

No comments:

Post a Comment