From ee2305c4800dc6f2a5ed7778fc43a47fc9062e0f Mon Sep 17 00:00:00 2001 From: Takahiro Hozumi Date: Wed, 19 Sep 2012 23:33:13 +0900 Subject: [PATCH] add benefits --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a204528..248801c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ Ducttape.cljs is a ClojureScript micro MVC framework and suggests a clear skelet As substantial code is so tiny, Ducttape.cljs may be more like convention, agreement or my best practice than a framework. Currently Ducttape.cljs depends on jQuery. +## Benefits +* Clear structure +* Super thin +* No original event system +* Use normal functions and atoms as a building block +* Don't force to use specific library + ducttape.cljs architecture ### Data Shelf