Challenge 1: Redesign Vocabulary
•
Fowler’s refactorings
•
Contribution: Refactoring Verbs
Syntactic
CREATE
REMOVE
RENAME
MOVE
HIDE/REVEAL
The first set of verbs are syntactic – they are concerned with the lexical and nominal relationships among program structures.
Hide and reveal manipulate visibility modifiers, I.e. public, protected, private.