Skip to content

Commit 7896cb9

Browse files
committed
Sort the common namespace aliases examples
I've tried to separate the namespaces from core, contrib and the third-party libraries. Perhaps this should be split in a couple of tables down the road.
1 parent ff2f52e commit 7896cb9

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.adoc

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ There's one exception to the fixed indentation rule - data lists (those that are
360360
(1 2 3
361361
4 5 6)
362362
363-
;; instead of
363+
;; instead of
364364
(1 2 3
365365
4 5 6)
366366
@@ -772,46 +772,46 @@ Some common, idiomatic aliases are shown below:
772772

773773
|===
774774
| Namespace | Idiomatic Alias
775+
| clojure.edn
776+
| edn
775777
| clojure.java.io
776778
| io
779+
| clojure.java.shell
780+
| sh
777781
| clojure.math
778782
| math
783+
| clojure.pprint
784+
| pp
779785
| clojure.set
780786
| set
787+
| clojure.spec.alpha
788+
| spec
781789
| clojure.string
782790
| str
783791
| clojure.walk
784792
| walk
785793
| clojure.zip
786794
| zip
787-
| clojure.data.xml
788-
| xml
789795
| clojure.core.async
790796
| as
791797
| clojure.core.matrix
792798
| mat
793-
| clojure.edn
794-
| edn
795-
| clojure.pprint
796-
| pp
797-
| clojure.spec.alpha
798-
| spec
799799
| clojure.data.csv
800800
| csv
801+
| clojure.data.xml
802+
| xml
803+
| clojure.tools.logging
804+
| log
801805
| cheshire.core
802806
| json
803-
| java-time
804-
| time
807+
| clj-yaml.core
808+
| yaml
805809
| clj-http.client
806810
| http
807-
| clojure.tools.logging
808-
| log
809811
| hugsql.core
810812
| sql
811-
| clj-yaml.core
812-
| yaml
813-
| clojure.java.shell
814-
| sh
813+
| java-time
814+
| time
815815
|===
816816

817817
=== A Recipe for Good Namespace Aliases

0 commit comments

Comments
 (0)