Motivation
There are many repeating patterns in defining new resources/controllers/actions and models in general,
having snippets at the ready, and perhaps even a generator (via CLI, and perhaps other integrations), like other frameworks are doing (Rails for instance), could boost productivity.
Ideas
Areas
- [not existing] Controllers+Resources skeleton
- creates controller file with [name] and basic skeleton
- creates resource file with [name] and meta moduleName codegen
- [existing] Add Resource action + Controller action
- [not existing] New Model file (including the model codegen for the From interfaces)
- Model definitions
S.ExtendedClass, S.TaggedClass
- Service definitions
Effect.Service
Motivation
There are many repeating patterns in defining new resources/controllers/actions and models in general,
having snippets at the ready, and perhaps even a generator (via CLI, and perhaps other integrations), like other frameworks are doing (Rails for instance), could boost productivity.
Ideas
Areas
S.ExtendedClass,S.TaggedClassEffect.Service