You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current namespace organization is messy for nested reactive operators, as they are split between Bonsai.Expressions and Bonsai.Reactive. It would be more clear to have everything that is not purely expression manipulation inside Bonsai.Reactive. We can also drop the Builder suffix for all nodes which are moved.
Finally, for consistency we might want to rename operator variants with a suffix, rather than prefix (e.g. WindowCount instead of ElementCountWindow).
The text was updated successfully, but these errors were encountered:
The current namespace organization is messy for nested reactive operators, as they are split between
Bonsai.Expressions
andBonsai.Reactive
. It would be more clear to have everything that is not purely expression manipulation insideBonsai.Reactive
. We can also drop theBuilder
suffix for all nodes which are moved.Finally, for consistency we might want to rename operator variants with a suffix, rather than prefix (e.g.
WindowCount
instead ofElementCountWindow
).The text was updated successfully, but these errors were encountered: