Aug. 19, 2010
10:03 p.m.
I checked a bit the senders of asString and the problem is that they often confused printString and asString. Like kent beck I do not like conversion methods between object that do not have the same API ie aBag asSet is ok but aString asUrl is not good for me. I understand aText asString but not really aColor asString, I would prefer a Color printString especially since asString seems inherited from Object and calling printString. Stef