3 Matching Annotations
- Feb 2021
-
trailblazer.to trailblazer.to
-
step :direct_debit
I don't think we would/should really want to make this the "success" (Right) path and :credit_card be the "failure" (Left) track.
Maybe it's okay to repurpose Left and Right for something other than failure/success ... but only if we can actually change the default semantic of those signals/outputs. Is that possible? Maybe there's a way to override or delete the default outputs?
Tags
- feels wrong
- I have a question about this
- example: not how you would actually do it (does something wrong/bad/nonideal illustrating but we should overlook it because that's not the one thing the example is trying to illustrate/show us)
- semantics
- example: in order to keep example concise/focused, may not implement all best practices (illustrates one thing only)
- trailblazer-activity
Annotators
URL
-
- Oct 2020
-
medium.com medium.com
-
When you apply this pattern for the first time, it might feel very contrived.
My feel contrived, but it's actually not....
-
- Aug 2019
-
www.freecodecamp.org www.freecodecamp.org
-
I don’t like reducers. I’ve tried using them, but I always end up migrating away. Something just feels wrong about dispatching actions to trigger business logic when I could instead do so by invoking a function with arguments.
-