August 19, 2007 | development, refactoring | 11 Comments
It is time to tally up results of our competition. From all published examples, I have chosen five finalists, which can be found just below. Now you can vote for two examples of a smell code. You can vote up until August, 27.
Our finalists:
[...]
January 30, 2007 | development, refactoring | 4 Comments
So… It’s time to finish refactoring the example. In part 1 I have prepared a class for extracting strategies. Let’s look at our code:
[...]
January 21, 2007 | development, refactoring | 6 Comments
I am writing about refactoring again. I found a class that has a code which is not so clean as I want. I researched it and understood that I could make it better. It’s a good chance to demonstrate how to refactor code using pattern Strategy. Let’s go.
We have following code:
[...]