Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,18 +389,6 @@ pairwise constructs as found in e.g. `let` and `cond`.
(:use clojure.zip))
```

* <a name="no-single-segment-namespaces"></a>
Avoid single-segment namespaces.
<sup>[[link](#no-single-segment-namespaces)]</sup>

```Clojure
;; good
(ns example.ns)

;; bad
(ns example)
```

* <a name="namespaces-with-5-segments-max"></a>
Avoid the use of overly long namespaces (i.e., more than 5 segments).
<sup>[[link](#namespaces-with-5-segments-max)]</sup>
Expand Down