Jon Rumsey

An online markdown blog and knowledge repository.


Project maintained by nojronatron Hosted on GitHub Pages — Theme by mattgraham

Wes Discusses Refactoring Patterns

How to refactor code, and how it will help you going forward.

About Wes

Software developer and educator.

Key Takeaways

Refactor Code to:

Why and When to Refactor?

Code smells!

Often times, code is 1st written as "just get it to work". As possible, take time to refactor that code so it is closer to meeting best code style practices.

Back to pph index