Tomorrow I will be presenting at AustinCodeCamp 2009. Topic is “Apply Refactoring Techniques and prune your legacy code”.
Here is the Abstract:
This is session, full of code demo to demonstrate refactoring techniques mostly influenced by Michael Feathers in his book, “Working Effectively with Legacy Code”. I would prefer to keep the session lively by mean of audience interaction while demonstrating how to approach this refactoring for practical scenarios. Session will start with discussion on the topic of dependency and will go towards the direction of how to break those dependencies and introduce testing harness for any legacy code.
I have uploaded sample app and presentation in code camp repository and you can get both from here
If you don’t want to click the line here is direct instruction to checkout the code and presentation:
//Use this command to anonymously check out the latest project source code:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://austincodecamp09.googlecode.com/svn/trunk/ austincodecamp09-read-only
See you all there