Delta should be a constructor
jeffbcross opened this issue · 0 comments
jeffbcross commented
Using a constructor instead of creating vanilla objects will allow some initial validity checking, such as assuring that data
value is assigned when the delta is created. It could also assign a default type property of UNKNOWN
.