On 20 Jan 2014, at 15:36, Sean P. DeNigris <sean@clipperadams.com> wrote:I loved it :)
> I had some questions about NewValueHolder and I figured, why not revive
> COTDC?!
I am a class holding any object inside its unique instance variable.
>
> The current comment is: "A NewValueHolder is a new implementation of
> ValueHolder based on Announcements". Of course, ValueHolder doesn't have a
> class comment. Wikipedia claims a value holder is "a generic object that
> handles the lazy loading behavior, and appears in place of the object's data
> fields" [1]. So:
> - what is a NewValueHolder?
Each time the instance variable value changes, an announcement is emitted.