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
It feels like a method defined in a state context should override a method defined outside of it, i.e. a normal instance method of a class.
If I define the instance method, the same-named methods in the state context are never reached. If I do not define the instance method, then there is an exception if the method is called when in any state where it is not defined. Certainly not very DRY for a default case.
The text was updated successfully, but these errors were encountered:
It feels like a method defined in a state context should override a method defined outside of it, i.e. a normal instance method of a class.
If I define the instance method, the same-named methods in the state context are never reached. If I do not define the instance method, then there is an exception if the method is called when in any state where it is not defined. Certainly not very DRY for a default case.
The text was updated successfully, but these errors were encountered: