May 13, 2015
3:57 p.m.
Le 13/05/2015 16:12, Sven Van Caekenberghe a écrit :
I tried to abstract the Transcript API from the Pharo perspective in
https://pharo.fogbugz.com/f/cases/15528/Add-TTranscript-and-DailyNonInteract...
If the Cuis Transcript implementation conformed to this, it could become just a plugin replacement/alternative, next to others already present.
A Trait for the Transcript is very good idea. Just a question I had browsing the ThreadsafeTranscript implemntation, I wonder why there is no accessor to instance variables (stream accessSemaphore etc...). I thought the smalltalk way was to always prefer accessors, under the private protocol if private, but discourage direct access ? -- Regards, Alain