Skip to content

the what, how, and whys of software refactoring.

Notifications You must be signed in to change notification settings

jyoo980/refactoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

refactoring

"a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior."

There are a huge number of resources on the internet which demonstrate the importance of refactoring. This repository is meant to be a source for a collection of simple code examples, demonstraing what a refactoring is, how it should be performed, and why it is important.

Extract Method

Inline Method

Extract Variable

Releases

No releases published

Packages

No packages published