Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 974 Bytes

refactoring_patterns_reading.markdown

File metadata and controls

22 lines (16 loc) · 974 Bytes

Refactoring Patterns

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.

Material

We'll be reading selected sections from Chapter 7 of the book, which can be found here.

Reading Selections

  • 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