John Keiser wrote:
One such area, the calculation of geometric parent (bug 191151). I
could use some help determining how the hell to test the patch though :)
Hmm... I'll try to think of something once I dig out from under some
schoolwork. Ping me in 2 weeks?
The basic problem is, due to code duplication many paths that probably
should not be different are slightly different. People fix problems in
one place and not in others, or add code that really *does* only apply
to one place but wouldn't hurt if it were in the main codepath. This
will make some of the code duplication reduction effort rather painful.
Yes, but this is _exactly_ why I feel we should work on reducing code
duplication. The goal is not to end up in situations like that. ;)
Form control frame interfaces is a spot where there is not so much
duplication as dead code, dead interfaces and never-called methods.
God, yes. You got a fix for that on MiniMo? I'm volunteering to
review... ;)