|
Posted by Sanders Kaufman on 08/25/07 02:29
Jerry Stuckle wrote:
> But that's not refactoring. You changed the interface. Refactoring
> does not change the interface - just the internal workings.
What happened was that I had that Database->Baseclass->Implementation
structure going on, but I oopsed and put some features in the baseclass
that belonged in the database class.
Since the whole project relied on that wrong way of doing things, I had
to go to every page that extended the baseclass and modify it to reflect
the array way instead of the csv way.
That's refactoring, right?
btw - I just finished fixing up a working implementation and it's at
"http://www.kaufman.net/bvckvs/bvckvs_publication.php".
Except for a lot of cosmetology to do, I think it's what I wanted.
Navigation:
[Reply to this message]
|