For this assignment, we'll be reading selected sections from Jay Fields' book Refactoring: Ruby Edition.
The content for this reading will be used in the Refactoring Patterns lesson.
We'll be reading selected sections from Chapter 7 of the book, which can be found here.
- Read the Move Method section from 167 to 172
- Carefully re-read the code sections on 170, 171, and 172
- Read the Extract Class section from 175 to 179
- Carefully re-read the code sections on 177 and 178
- Read the Hide Delegate section from 181 to 184
- Carefully re-read the code sections on 183 and 184