bdickason / shots

Capture shots of your product as you build it and share them with your team.
MIT License
2 stars 2 forks source link

Migrate Views to Marionette Views #13

Closed bdickason closed 10 years ago

bdickason commented 10 years ago

The current views do anything and everything and have a TON of overlapping code (DRY).

Goal: Code should be simple, small, and easy to understand for new contributors. Especially since we're expecting designers to contribute, it needs to be very obvious where you go to change anything.

Suggest using Marionette views to start to get rid of the large amounts of boilerplate that could turn new contributors off the project.

http://marionettejs.com/

Here's a good description of what Marionette does: https://www.youtube.com/watch?v=qWr7x9wk6_c

I will start with the Views then see if we need the other plugins like a global event bus or application regions.