Cherif Bouchelaghem

Results 33 comments of Cherif Bouchelaghem

Now, this should be implemented for Mezzio, right?

I think we go through some steps depending on the the trade-offs: 1- Assuming that the business logic is trivial that needs just CRUD operation, in this case coupling the...

I would use the first implementation, I don't think that it (the first example implementation) breaks the SRP principle, since it uses domain components (repository with domain service), yeah using...

I had always considered Read Models and View Model the same, they are just object to carry data to UI layer where the later can format those data for presentation.

I have multiple scenarios to check and they share contexts/actions the examples above dosent demonstrate the benefit, for example I design a cms so I want to check when I...

@jon-acker After the issue submission I refactored the scenarios to be like you said, thank you :)

Firefox supports static fields now, should we support older version?

There's a `Greenkeeper` [PR](https://github.com/canjs/can-define-validate-validatejs/pull/53) to upgrade can-validate-validatejs `can-define-validate-validatejs`, I checked it and it doesn't break.

Hey @rjgotten , what do you want to achieve with this binding if the property will be removed?