X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=notes.adoc;h=cac3a133598d3120736c725df54f7b4d7b5f984b;hb=e05f959974ec2802362d25b8305a26e58d14a753;hp=9db8d6705dd38910b8d553008449ca750d1ae32d;hpb=4d1b1fa4adcfe6fcd2263cfd4e9e5454b707c404;p=open-adventure.git diff --git a/notes.adoc b/notes.adoc index 9db8d67..cac3a13 100644 --- a/notes.adoc +++ b/notes.adoc @@ -145,4 +145,10 @@ ways: like a FORTRAN or BCPL program. Some (incomplete) effort has been made to introduce semantic types. +We have made exactly one minor architectural change. In addition to the +old code's per-object state-description messages, we now have a per-object +message series for state *changes*. This makes it possible to pull a fair +amount of test out of the arbitrary-messages list and associate those +mesages with the objects that conceptually own them. + // end