This repository was archived by the owner on Apr 17, 2018. It is now read-only.
This repository was archived by the owner on Apr 17, 2018. It is now read-only.
Most types in dm-core inherit from Object, then overwrite dump/load with a module #302
Open
Description
E.g. String < Object
, but then include PassThroughLoadDump
. Simply moving the default load/dump into Property
appears possibleand having most things inherit right from
Propertyrather than from
Object` avoids the confusion of inheriting and then immediately overwriting load/dump with an include.