Skip to content

refactoring

sullis edited this page Apr 18, 2021 · 34 revisions

Refactoring

Martin Fowler's Refactoring Book (second edition)

Pragmatic Programmer (second edition)

Kent Beck: "Make the change easy, then make the easy change"

Kent Beck: SB Changes article

there are two kinds of changes — behavior changes and structure changes. Always be making one kind of change or the other, but never both at the same time.

source: SB Changes

Video

Open source libraries

Articles

Books