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

Refactor StatusRef #56

Closed eelstork closed 3 years ago

eelstork commented 3 years ago

With reference to #29, status ref logic is complex, repeats with (likely) no change in several places, so this is a place where moving code to a static helper and putting that under test will improve concision, clarity and test coverage.