Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 499 Bytes

File metadata and controls

18 lines (12 loc) · 499 Bytes

Makimo Clojure (and ClojureScript) Guide

This section presents coding convention used at Makimo for applications written in Clojure/ClojureScript.

Style Guide

Current source of truth is the following Clojure guide: https://guide.clojure.style/

Below are more specific instructions and/or exceptions to the rules given in the guide.

Namespaces

Here is more detailed how-to specifically related to declaring namespaces and imports: https://stuartsierra.com/2016/clojure-how-to-ns.html