view-controller
v1.0.4
Published
A type of controller for Marionette to separate business logic from rendering logic.
Downloads
10
Readme
ViewController
Under the pressure of the good folks at SupportKit, here's a quick README.
Rationale
If you are like me and despise having bloated views in your Marionette code and need a way to separate the business logic from the UI logic, this is for you. The ViewController allows you to separate concerns easily and keep a sane codebase.
Installation
Using npm:
npm install view-controller
Using bower:
bower install view-controller
Running tests
npm install
grunt test
Documentation
The source code contains a lot of comments, but I plan to write a more comprehensive documentation.
Contributions
I accept all form of contribution (a song, a drawing, or a cat picture will do)! I didn't put up a style guide yet, but since it's only one file, just go with it for now.