Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shuttle1987/code-repair-series
- Owner: shuttle1987
- License: gpl-2.0
- Created: 2014-07-18T22:59:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-03T21:48:47.000Z (over 10 years ago)
- Last Synced: 2024-11-17T13:49:57.657Z (2 months ago)
- Language: C++
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.