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
A pattern of chaining strategies like has emerged in this form:
``` PrimaryStrategy(params..., FallBackStrategy1(params..., FallBackStrategy2(params... etc````
While I do like the flexibility this offers functionally, it tends to look like dogbarf in the code which declares it.
A pattern of chaining strategies like has emerged in this form:
``` PrimaryStrategy(params..., FallBackStrategy1(params..., FallBackStrategy2(params... etc````
While I do like the flexibility this offers functionally, it tends to look like dogbarf in the code which declares it.
Real life horror example:
One small thing which could give a little payoff is to just allowing setting the last fallback strategy (usually either throw error or do nothing).
The text was updated successfully, but these errors were encountered: