Profile_bird

Hey there! jeremydmiller 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 jeremydmiller's tweets.

Already using Twitter
from your phone? Click here.

jeremydmiller

  1. @OdeToCode Yup. Plus occasionally you might use the jQuery MetaData plugin too
  2. @OdeToCode You forgot to say that inline styling is an abomination. My vote on that post is to go for an interpreter pattern anyway
  3. @jediwhale Not that I'm bitter or anything...
  4. @jediwhale When you try to run existing Java code inside a .Net app and your don't give a crap about perf. or debuggability
  5. @jglozano We do that w/ StructureMap in our app. Makes NH session management and state management easier.
  6. @MarkNijhof Shrug. Do you think it was worth the effort? It isn't that much code as it turns out.
  7. @jglozano Gotcha. I'm building the fubu config model so that there is only one container. We've got several scenarios where that's useful
  8. @jglozano Gotcha. So your going to have MEF for the framework pieces then whatever the users want for their own container?
  9. @jglozano By conventions I'm talking about how controller actions, routes, urls, and view/json handlers are put together
  10. @jglozano I gotcha, but that comes out of the box w/ StructureMap, Windsor, AutoFac, etc. in a more palatable usage pattern
  11. @jglozano I think its usability is less than stellar and the configuration story is arcane
  12. @jglozano ...any given IoC container than MEF
  13. @jglozano We're talking about different things -- and the convention based component registration is probably much better in...
  14. @jglozano Ick. You have fun with that.
  15. ...implementing type scanning conventions easier
  16. For Fubu, experimenting with creating Func's on the fly from PropertyInfo & MethodInfo members as a way to improve perf & make...
  17. @mattpodwysocki I usually do it by pulling the block into its own method that I can call directly, but think there's a better way
  18. @mattpodwysocki My main concern for testability is how you test what's happening inside the continuation in isolation.
  19. @mattpodwysocki Here's part of a class in StoryTeller (Cell) that uses CPS in the ReadArgument() method.
  20. Looking awfully dark outside the window. Good day to be inside coding.