The other side of Yahoo. Some of their stuff rocks (Flickr), some not so much (Mash and the recent spam). But kudos on its open source efforts. Doug Cutting on Hadoop. And I’m hearing there are more killer features down the line.
No setup necessary. James Newkirk explains why you shouldn’t use SetUp and TearDown in NUnit:
The first and primary complaint is that when I am reading each test I have to glance up to BeforeTest() to see the values that are being used in the test. Worse yet if there was a TearDown method I would need to look in 3 methods. The second issue is that BeforeTest() initializes member variables for all 3 tests which complicates BeforeTest() and makes it violate the single responsibility pattern.
I don’t have any clear-cut decision, but I’m also experiencing the same dislike for prepping the test in the setup. I’m starting to think setup is only about the environment.
Life is messy, deal. Bill de hÓra on the search for Java synchronize blocks on Amazon’s S3 service (I put my bet on SETI):
The way I look at it is that compensating action or dealing with out of order events is kind of like dealing with domain business “logic”, insofar as there is that real world messiness to contend with.
script/generate undo. I’d like to see more of that.
So how much in zero, exactly? Handy guide to calculate how much trans fat you can fit in food products labeled with “0g Trans Fat”.
Above, Dave Astels has a “Microsoft moment”.Â
