Open gvaish opened 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?
get
list
add
edit
delete
toggle
markAll
unmarkAll
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
?