Im almost bought. Idiomatic Mithril code is meant to apply good - TopicsExpress



          

Im almost bought. Idiomatic Mithril code is meant to apply good programming conventions and be easy to refactor. In the application above, notice how the Todo class can easily be moved to a different module if code re-organization is required. Todos are self-contained and their data arent tied to the DOM like in typical jQuery based code. The Todo class API is reusable and unit-test friendly, and in addition, its a plain-vanilla Javascript class, and so has almost no framework-specific learning curve. lhorie.github.io/mithril/getting-started.html
Posted on: Tue, 09 Sep 2014 08:07:14 +0000

Trending Topics



Recently Viewed Topics




© 2015