stepharo wrote
> I have the impression that literals are better because no runtime needed.
Except it eliminates a common-sounding case like:
Object subclass: #GG
slots: { #creationTimestamp => ExampleSlotWithDefaultValue default:
DateAndTime now }
classVariables: { }
category: ‘PlayGround'
-----
Cheers,
Sean
--
View this message in context:
http://forum.world.st/Pharo4-Slots-ExampleSlotWithDefaultValue-tp4807635p4808328.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.