Italo José

Results 154 comments of Italo José

Remember to add it inside the out CLI :) we have an [old issue](https://github.com/herbsjs/herbs-cli/issues/75) about it there

It will be a big thing for the HerbsJS mature @m7vicente we will bring the framework for a new level with your work from this PR

linter inst this PR proposal, please, make a change only is necessary for scope of this PR we could implement the linter in other PR this way is easier to...

We could add a page to [herbsShelf](https://github.com/herbsjs/herbsshelf) like this https://github.com/RafalWilinski/express-status-monitor

I think express understand the `/item?ids=1,2,3` different then `/item/123` What do you think about we merge this feature with https://github.com/herbsjs/herbs-cli/issues/21 issue? My idea is create the getAll route with a...

>Anyways, both /items/1 and /items?ids=1,2,3 should just use one UC: Find By IDs I think it will be a little bit hard to implements because: - the rest frameworks will...

I think a refactor could be more interesting at this moment, increasing the test coverage will generate more work in the future with the current code

I'm sorry, maybe I'm not clear. We generate a random number for User.id as we do for SQL databases [here](https://github.com/herbsjs/herbs-cli/blob/dd09cec7b1ba10bd2e5a8a5d90ff2559b887da79/src/templates/domain/useCases/create.ejs#L25), we could just define the id as string, so insert...