Nov. 2, 2009
9:11 a.m.
Igor, even if you open a shiny new Pharo image, I'm afraid you'll have to contemplate plenty of ancient code. Note sure the most ancient the most dusty though ;).
FIY, st80 MVC was broadcasting to 99% of ignorers with a long chain of this kind: self changed: aSymbol SENT FROM THE MODEL -> self changed:with: --> self changed:with:from: ---> update:with:from: BROADCAST IN EACH dependents (each subview was potentially) --> update:with: -> update:
I hope we don't replicate this scheme, I had understood Announcements did not thanks to explicit subscription.
as did the later versions in VW. SOrry that I raised this question. Typing too fast
Anyway, a bit of archeology is always helpfull when cleaning Smalltalk...