Procedural to OO ... again

Ovid on 2005-09-28T20:57:26

Sigh. I can't even begin to say how many times I've written a clearly "procedural" package and found that I needed to make it object-oriented due to the need for information hiding externally, information sharing internally or simply needing "instance data".


Yes but...

Adrian on 2005-09-29T07:41:50

... it was still probably quicker to write the procedural code and refactor than it would have been to spend the extra time coming up with an OO solution first - so no problem :-)