gvaish / todomvc-mojito

TodoMVC implementation using Mojito (See http://todomvc.com and https://github.com/addyosmani/todomvc)
0 stars 0 forks source link

Refactor Controller #3

Open gvaish opened 12 years ago

gvaish commented 12 years ago

Should I refactor controller? Right now there's one action - operate - that acts as the facade / front-controller.

Question: Should I refactor into individual operations: get, list, add, edit, delete, toggle, markAll, unmarkAll?