Antonio Spinelli
Antonio Spinelli
thanks to create this repo, here is my quick and humble contribution.
it is interesting! I new from here, but will give my 5 cents :smile: now, `Mapper` class will remove a specific "entity" and I'm not sure this behaviour should be...
@ricardofontanelli I got your point of view! In your case, you will remove in a controlled environment and you know only remove method will be called in you application. If...
ping @henriquemoody @augustohp @alganet
thanks, @augustohp this way is good approach for me! it could be encapsulated with `lastRemoveStatement()` method too.
In the environment with `APP_DEV = dev` and ` APP_DEBUG = 1`, the response time is around ~2s or more. As for `APP_DEV = prod` and ` APP_DEBUG = 0`,...
@vvasiloi I fix the typos 😊
I thinking about it and `Respect\Validation` component is awesome. So, I have doubts about responsibility in this case, I don't know if documents validation must be done from `Respect\Validation` or...
@abdallahisham, I understand your point. You are probably looking at the code on the SOLID principles aspects. I invite you to look at the code on the Object-Oriented approach. The...
@diimpp, it has been over two years since I made these changes. The main idea was to isolate `vendor` and `node_modules` from the shared folder between the host and the...