Skip to content

Instantly share code, notes, and snippets.

@glenegbert
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glenegbert/26d2b087461eb8270675 to your computer and use it in GitHub Desktop.
Save glenegbert/26d2b087461eb8270675 to your computer and use it in GitHub Desktop.
1. Why do we refactor?
to make code more expressive, easier to understand, more efficient
2. What's the difference between "refactoring" and "changing shit"?
refactoring makes it better
3. What role do patterns play in refactoring?
they help us id similar probs
4. Why do some refactoring patterns seem to be opposites?
not sure what this means
5. Does refactoring always make code better?
no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment