Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shuttle1987/code-repair-series

Contains the code from the code-repair series where I write about code improvement and refactoring.
https://github.com/shuttle1987/code-repair-series

Last synced: 2 days ago
JSON representation

Contains the code from the code-repair series where I write about code improvement and refactoring.

Awesome Lists containing this project

README

        

code-repair-series
==================

Refactoring and improving existing code can be tough. It's a process that takes some time to learn.
The code repair series is a series of tutorial posts where I attempt to take existing pieces
of code and show people the step by step process involved in improving that code.

These tutorial posts can be found here: http://www.lesinskis.com/code_repair.html

Given that refactoring can be a long process it makes sense to keep the code in version control.
This repository is for the code in those articles.