pharo
pharo copied to clipboard
Reduce references to Transcript
We should avoid to make direct references to Transcript but use self traceCr or friends.
Example
....
Transcript show: 'ljklkjlkj' cr
into
...
'ljklkjlkj' traceCr
I am sure there is an issue already for this
Ah, this was https://github.com/pharo-project/pharo/issues/4161, it was closed (having fresh issues is nice sometimes)
What we should do:
- make a list of the (not. many) cases left
- add a release test