Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 265 Bytes

anIntroductionToRefactoring.md

File metadata and controls

14 lines (13 loc) · 265 Bytes

An introduction to Refactoring

  • what is refactoring
  • design improvment by refactoring
  • unit tests
  • refactoring-specific thinking
  • duplicated code
  • long methods
  • big classes
  • long parameters
  • diverse change
  • shotgun surgery
  • feature envy
  • data clumps