Profile_bird

Hey there! ecancil is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving ecancil's tweets.

Already using Twitter
from your phone? Click here.

ecancil

  1. Looking forward to a decent dinner, and staring at the wall
  2. @troygilbert Yah I'm really surprised people haven't adopted it at the same or a faster rate. It's extremely robust and well thought out.
  3. @troygilbert have you checked out #Parsley yet? It has some really sophisticated amazing features
  4. @troygilbert The app should create the top level mediator, and let the child mediators cascade down, but mediators don't create views
  5. @troygilbert @robpenner http://bit.ly/7MSXHD
  6. @robpenner @troygilbert Mediator, codeBehind, presentationModel -> all incarnations of the view within different MVC architectures
  7. @robpenner @troygilbert I think this logic in itself lends that the mediator is the actor within the MVC that acts as the view
  8. @natzke The hilton in Union Square, although seedy - has amazing views from it's tower rooms too
  9. @troygilbert @flashape I think this is generally the direction PureMVC tried to take - Although there was still a mapping of notifications
  10. @troygilbert Coupling pure view logic and pure business logic is asking for things to get unmanageable quickly
  11. @noflashlight It brings the UGH
  12. @troygilbert Then the mediator becomes a make shift controller with access directly to your business tier?
  13. Heading back into the world of binding hell.
  14. @seantheflexguy wizzacki just had some bomb Mexican food.. Needed it after today... Today was mad wicked
  15. @seantheflexguy wizzack
  16. I think it all comes back to decoupling and separation of responsibility
  17. @jesterxl @flashape @troygilbert a payload keeps the contract between classes cleaner i think
  18. @flashape neither do I ... I totally appreciate a portable mediator
  19. @flashape But the event is decoupling the mediator, view etc from the command instead of making direct method invocations
  20. @troygilbert view -> mediator -> command -> proxy - > delegate and back can be a lot.....