Example suggestion: error handling
Open
Nobody has claimed this yet.
example suggestion
- Dominant language
- Shell
- Stars
- 46
- Forks
- 19
- Avg merge
- 13h 38m
- Merged PRs (30d)
- 19
Description
Many people will be unfamiliar with Roc error handling so I think we need a good example for it, some suggestions:
- handling a single Result
- handling a single Task
- chaining Results with a pipeline
- chaining Tasks with a pipeline
- how to mix Task and Result
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Review the existing examples in the repository first, then cover the five requested cases: single Result, single Task, pipelined Results, pipelined Tasks, and mixed Task and Result handling.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100