I guess I havent communicated those points very well. What I actually have been doing is looking for return statements in code I just wrote and evaluating it to see if its a bad spot to return. Maybe thats not the best method but its something Ive been doing. What I would like to do, is to be able to make the right decision before hand and not have to refactor things like this, but Im working on it.Originally Posted by beetle
Obviously none of this is new, but can be found in Refactoring by Martin Fowler. I think the biggest difference between procedural, Pseudo-OO and OO code is the amount of correct refactoring that has gone into it.





Bookmarks