Refactoring explained to an absolute beginner

Saturday, June 26th, 2010

Recently while on a drive with a non-programmer friend, I talked with him about code complexity and manageability, how very complicated code is detrimental to productivity and stuff like that. Later on, I decided to explain it to him with actual code examples, although the most he has ever done ...

Refactoring

Monday, June 8th, 2009

Today I'd like to point out a bunch of good articles about refactoring - the process of improving code without changing the functionality. Sameer Borate has written four posts about the topic in his blog, and I encourage you to check them out: Refactoring: An introduction to PHP programmers Refactoring 1: Conslidate ...