active-logic / activelogic-cs

Behavior Trees and Case Logic for C#7
GNU Affero General Public License v3.0
106 stars 7 forks source link

`undef` and `todo` #72

Closed eelstork closed 3 years ago

eelstork commented 3 years ago

For top down design undef() should be useful but, although how it is designed makes sense in theory in practice I do not find a use.

The dithering model may go away. Until then provide options as above.

todo proposed as a variant. undef is designed to break production builds (no change). todo would issue a warning instead.

eelstork commented 3 years ago

There is not enough incentive to preserve the Undef decorator; will only keep newer APIs as above.

eelstork commented 3 years ago

Document new undef API before merging.