It is a common source of error to forget to call the Update methods of a component's subcomponents. A warning should be generated for cases where it is reasonably certain that such a call is missing; the problem obviously cannot be solved in general. However, complicated Update call chains have not yet been observed in any of the case studies, hence even such a simple warning mechanism might yield significant benefits.
It is a common source of error to forget to call the
Updatemethods of a component's subcomponents. A warning should be generated for cases where it is reasonably certain that such a call is missing; the problem obviously cannot be solved in general. However, complicatedUpdatecall chains have not yet been observed in any of the case studies, hence even such a simple warning mechanism might yield significant benefits.