Closed itang closed 9 years ago
Naming conventions map VS for
Use Threading macros keep functions short Use docstrings Read other clojure code
destructuring with good nouns into {} VS for-map 高级玩意 [ ] Clojure 高级宏 http://blog.n01se.net/blog-n01se-net-p-33.html books [ ] Clojure In Small Pieces work flow [ ] http://thinkrelevance.com/blog/2013/06/04/clojure-workflow-reloaded [ ] https://github.com/stuartsierra/component [ ] http://matthiasnehlsen.com/blog/2014/09/24/Building-Systems-in-Clojure-1/ [ ] http://matthiasnehlsen.com/blog/2014/10/06/Building-Systems-in-Clojure-2/ 资料
destructuring with good nouns into {} VS for-map
2014-10-04
2014-09
2014-08-25
2014-10
' 符号
> (def a '(a aaa 1)) #'test-redis-clj.core/a > (doseq [i a] (println (class i))) clojure.lang.Symbol clojure.lang.Symbol java.lang.Long
代码可维护性差, 易写不易读。 最终放弃跟。
Tips
痛点
Clean Code
Use Threading macros keep functions short Use docstrings Read other clojure code
2014-10-04
2014-09
2014-08-25
2014-10
' 符号