Am 29.05.2018 um 17:49 schrieb sergio ruiz <sergio.rrd@gmail.com>:If a model has a list of things.. such as a user that can/may have lots of pets, are there any real benefits to initializing the list of pets lazily?like:self pets := OrderedCollection new.vs.petspets ifNil: [self pets: OrderedCollection new]^ pets