Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Ideas for improvement #5

Open
twolfson opened this issue Nov 9, 2012 · 0 comments
Open

Ideas for improvement #5

twolfson opened this issue Nov 9, 2012 · 0 comments

Comments

@twolfson
Copy link
Collaborator

twolfson commented Nov 9, 2012

Natively neglect controller/model methods and integrate an addType method -- this will add the ability for those to hook on.

Sauron.addType({{type}});
Sauron.addType('controller');

Similarly with start/stop/CRUD, move to addTypeMethod.

Sauron.addTypeMethod({{type}}, {{method}});
Sauron.addTypeMethod('controller', 'start');
Sauron.addTypeMethod('model', 'create');

Follow up question: Will make will exist natively -- just being sugar on top of of (i.e. of('make'))?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant