practicalli / practicalli/clojure
Clojure idioms
Open
@practicalli-johnny is already working on this.
Since Sep 19, 2023.
conventions
design
design patterns
documentation
idiom
- Dominant language
- Makefile
- Stars
- 117
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Expand on the Clojure idioms of the Clojure Style guide, especially in terms of context
Idioms should clearly describe why they are 'The Way' (idiomatic)
- idiom name
- rational
- examples
- related
Related tickets
#421 Clojure idiom - tuple
Data Structures
clojure hash-maps should be open
- with data that may or may not be present
- access via
getorget-inwith default values ororfunction with an expression to evaluate - discussion: https://clojurians.slack.com/archives/C03S1KBA2/p1695119909309219
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.
Assessment
This issue has not been assessed yet.