Skip to content

Commit

Permalink
Diary entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Sep 10, 2014
1 parent 41b7387 commit 6f9520f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions diary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2983,3 +2983,17 @@ var f = cadence(function (step, string) {
})
})
```
## Declaration
I never, ever use the flow in Cadence that is built into the root, so I can use
that for more configuration. An example would be to explicitly state the arity
of the return value.
But, I believe I already have a way to specify arity to `step`.
```
cadence(0, function (step) {
someOtherFunctionWithResultsWeDoNotWant(step())
})
```

0 comments on commit 6f9520f

Please sign in to comment.