More about “new”
Picking up the topic of Model implementation two years later, some further thoughts about the new method as well as about the set and get methods.
The summary here is that all three are virtual methods built into the implementation. They have to be to handle the under-the-hood aspects of Instances. They can be “extended” by user code, but not over-ridden.
Action Walkthrough, part 3
The discussion of how an Action works continues with a detailed list of Action start-up events. The example code for the Action under discussion is shown in the first article.
Action Walkthrough, part 2
There are two protocols for invoking Actions that are under consideration. Both are described here. The example code for the discussion was shown in the previous article.
Action Walkthrough, part 1
This post series explores an Action in detail with emphasis on the Instance objects, especially the dynamic (temporary) ones. Posts are broken up mainly for size considerations.

