Hello,
I think the RBContainer has not seen to much use until now.
In general, Ring was a bit too designed for flexibility that I guess was good
in the past, but not needed now.
E.g. it used to create every Ring entity via a factory. I started to simplify
it a
lot in Pharo5. This removed lots of
I'm trying to look into Ring implementation.
So I have a first question. Why is RGAbstractContainer and subclasses
irregular? Is that on purpose?
Details: RGAbstractContainer delegates adding a new element to the element
being added, via aRGElement>>#addInContainer:. This element is then
expected