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. @sbohlen Sometimes you do need to make the refactoring first just to enable the testing. Cutting a seam first is often the way to go
  2. Dreary outside today. I think I'm switching to more upbeat music soon.
  3. @sbohlen To me, all it comes down to is that its special abilities aren't nearly as useful as the TypeMock advocates claim. It's not evil.
  4. @sbohlen ...are IMHO just testing the accident of its implementation
  5. @sbohlen Or put it this way, tests, and especially characterization tests, need to be goal oriented. Mocking threads of a legacy furball...
  6. @sbohlen Do you really think someone with less experience can use mock objects in a way that doesn't shoot themselves in the foot?
  7. @sbohlen ...outcomes like "what's on the screen" and "what got into the DB?" 'sides, there's rarely a good seam in the furball to use.
  8. @sbohlen I still don't agree. With legacy code I've always found that you need to start outside in with bigger tests that measure...
  9. @sbohlen ...they'll naturally get discouraged and quit. I truly don't believe that unit testing w/o consideration for design can succeed
  10. @sbohlen Now you're getting into my old argument with Roy. I don't believe that. I think if they try to test really nasty coupled code...
  11. @kevindente ...little control you have over the page construction process
  12. @kevindente MVP works with WinForms/WPF/SL because they are stateful. It wasn't the pattern so much as the state mgmt and how...
  13. @kevindente The problem w/ MVP and WebForms is the leaky abstraction issue w/ WebForms only pretending to be stateful
  14. @sbohlen I'm arguing that even if TypeMock were free, mocking SharePoint API's directly might do more harm than good
  15. @sbohlen Isolate the ugly. Wrap thin gateways around SP. Put the behavioral logic in Presenters.
  16. @sbohlen My old mentor at Dell had a saying for this type of scenario: "I have complete confidence in your ability to manage the situation"
  17. @sbohlen I will grant you SL though, but maybe not for the reasons you think. You cannot simulate a lot of control events w/o TypeMock
  18. @sbohlen Sharepoint is not my problem;-) -- and I'm dubious that mocking SP API's is a good idea anyway.
  19. @sbohlen Silverlight you beat by testing the hell out of the Presentation Models and hoping it's good enough. MS screwed us on that one.
  20. @sbohlen ....a good idea to mock the interaction to a component/technology outside your own codebase -- even tho TypeMock will let you do it