clojure icon indicating copy to clipboard operation
clojure copied to clipboard

Clojure idioms

Open practicalli-johnny opened this issue 2 years ago • 0 comments

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 get or get-in with default values or or function with an expression to evaluate
  • discussion: https://clojurians.slack.com/archives/C03S1KBA2/p1695119909309219

practicalli-johnny avatar Sep 19 '23 15:09 practicalli-johnny