Comment #3 on issue 872 by benjamin...(a)gmail.com: Roassal refactor
RubberBand>>onDrop:
http://code.google.com/p/moose-technology/issues/detail?id=872
Doru, I'm glad to receive your advice and so I reviewed my code with a
critical eye against all the viewXYZOn: that I could find. I note that
most of the viewXYZOn: seem to create a whole view having just one or a few
different shapes/interactions/layouts - whereas I am having over 50 shapes
with several nestings each with a different layout, so I have pushed
creation of elements out to their matching model classes. Perhaps not he
best way but it is what I ended up with at the moment and cannot change
right now as I near the finish line of my Masters.
In any case, even if rawView was available, I think still clearer this
way. It was only the other way because that is what I came up with
myself, and at the time I was flipping between the two different
implementations, and in hindsight this is better.