Last active
August 29, 2015 14:05
-
-
Save glenegbert/26d2b087461eb8270675 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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