Skip to content

Instantly share code, notes, and snippets.

View dsilfen-handy's full-sized avatar

Dean Silfen dsilfen-handy

View GitHub Profile
@dsilfen-handy
dsilfen-handy / refactoring_ruby_2.md
Last active November 14, 2016 21:45
Notes for Refactoring Ruby Chapter 2

Refactoring Ruby: Chapter 2

Principles in refactoring

What is refactoring?

  • Fixing code the second time around, because programmers rarely write good code the first time

Noun: a change to made to the internal structure of software to make it easier to understand and cheaper to modify without changing its observable behavior