File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -639,44 +639,44 @@ Bellow are some common idiomatic aliases:
639
639
640
640
|===
641
641
| Namespace | Idiomatic Alias
642
- | io
643
642
| clojure.java.io
644
- | set
643
+ | io
645
644
| clojure.set
646
- | str
645
+ | set
647
646
| clojure.string
648
- | walk
647
+ | str
649
648
| clojure.walk
650
- | zip
649
+ | walk
651
650
| clojure.zip
652
- | xml
651
+ | zip
653
652
| clojure.data.xml
654
- | as
653
+ | xml
655
654
| clojure.core.async
656
- | mat
655
+ | as
657
656
| clojure.core.matrix
658
- | edn
657
+ | mat
659
658
| clojure.edn
660
- | pp
659
+ | edn
661
660
| clojure.pprint
662
- | spec
661
+ | pp
663
662
| clojure.spec.alpha
664
- | csv
663
+ | spec
665
664
| clojure.data.csv
666
- | json
665
+ | csv
667
666
| cheshire.core
668
- | time
667
+ | json
669
668
| java-time
670
- | http
669
+ | time
671
670
| clj-http.client
672
- | log
671
+ | http
673
672
| clojure.tools.logging
674
- | sql
673
+ | log
675
674
| hugsql.core
676
- | yaml
675
+ | sql
677
676
| clj-yaml.core
678
- | sh
677
+ | yaml
679
678
| clojure.java.shell
679
+ | sh
680
680
|===
681
681
682
682
=== A Recipe for Good Namespace Aliases
You can’t perform that action at this time.
0 commit comments