exercism / exercism/elm-analyzer
Make a generic message for code reuse rules
Open
- Dominant language
- Elm
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
We have a lot of rules that require a certain function to use other defined functions, each define their own comment.
We could instead have a general comment of the shape "Please use %{things} in %{thing}, as reusing functions helps with maintainability." and pass the function names as comment parameters.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.