Hi all,
With Simon, we think that it will be interessant to put mooseName in privateState. The method is:
---- mooseName
|stream| ^ self privateState at: #mooseName ifAbsentPut: [ stream := (String new: 64) writeStream. self moosePrintOn: stream. stream contents asSymbol ] ----
Is there any negative impact of this idea ?
--- Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr ---