c8hallett / BujoAssistant

0 stars 0 forks source link

Do I need the types for Action and SideEffect? #25

Closed c8hallett closed 2 years ago

c8hallett commented 2 years ago

All the actors on Actions (MiddleWare, ActionPerformers) and SideEffects (SideEffectPerformers) don't need the mutual exclusivity of a strong type--can just ignore (or log) actions/side effects it doesn't know how to perform.