data-centric-computing / dcic-public

Repository for (for now) filing bug reports about DCIC.
19 stars 2 forks source link

[DCIC B]: number of examples doesn’t match #18

Closed DavidCooperWCU closed 2 years ago

DavidCooperWCU commented 2 years ago

Contact Details

@DavidCooperWCU on discord server

Which Web page has the problem?

https://dcic-world.org/2021-08-21/part_state.html#%28part._.Modifications_to_.Shared_.Data%29

What's the problem?

in the below section, there are two cases, not three. Consider changing all three to both and each to either.

With what we have learned, we might have written either of the following two commands:

call1 = ToDoItem("call Tina", date(2020, 11, 19), ["urgent"])
call1.descr = "call Tina"

In all three cases, the resulting program directory now associates call1 with a call to Tina. The first one creates an entirely new ToDoItem and modifies the value of call1 to this new item. The second one modifes a field within the existing ToDoItem. The same value prints out in each case, so the difference doesn’t seem important.

What browser are you seeing the problem on?

No response

kfisler commented 2 years ago

fixed -- will appear in next release