Make addData(WithObject)
*add* data (not overwrite)
#75
Labels
Milestone
addData(WithObject)
*add* data (not overwrite)
#75
It seems misleading that the reference to the data object is overwritten with whatever is given to
addDataWithObject
.A more sensical way to do it, would be to merge the two objects, overwriting any values that were already present.
This would allow known values to be set at time of construction, and later values to be added after:
The text was updated successfully, but these errors were encountered: