Discussions

About change 2 of the evolution space

In the example, two parameters are merged into a composite object, which is named a type change.

The following example illustrates a case that highlights the problem of differentiating changes from additions or/and removals. Handling such a case is easy for humans but how would a machine do it?

{
  id: 1234,
  title: "Buy groceries",
  due_date: "2020-01-01",
  due_time: "8:00"
}

Last updated

Was this helpful?