[Pharo-dev] Every class should redefine printOn:

2014-03-28 Thread Pharo4Stef
Hi guys I’m trying to understand freeType and when I debug I get aBlah aFoo and this is frankly annoying because I’m trying to learn the implementation and it does not help me at all. I hate the classes that only their implementors understand. In Pharo 4.0 I will put a strict rule: - no

Re: [Pharo-dev] Every class should redefine printOn:

2014-03-28 Thread Sven Van Caekenberghe
I am all for that, but I don't think you can make it that strict, what if there are no instance variables ? I like custom #printOn:'s especially for debugging. On 28 Mar 2014, at 21:45, Pharo4Stef pharo4s...@free.fr wrote: Hi guys I’m trying to understand freeType and when I debug I get

Re: [Pharo-dev] Every class should redefine printOn:

2014-03-28 Thread Pharo4Stef
On 28 Mar 2014, at 22:08, Sven Van Caekenberghe s...@stfx.eu wrote: I am all for that, but I don't think you can make it that strict, what if there are no instance variables ? ok :) a smart rule I like custom #printOn:'s especially for debugging. On 28 Mar 2014, at 21:45, Pharo4Stef