At Genius.com we consume large numbers of Post-it notes. We color code stories and are constantly stymied by 3M’s failure to sell notes in individual colors.
Monthly Archives: August 2009
Advanced PHPUnit: Annotations
Posted by Bill Hewitt on 2009/08/18
4 comments
How to use the handy annotations feature in PHPUnit. @asset, @codeCoverageIgnore, @covers, @dataProvider, @expectedException, @group, @scenario, @test
Salesforce.com SOAP API Gotchas Part 3
Posted by Marshall Pierce on 2009/08/10
6 comments
This is the third part in a series about tricky parts of the Salesforce.com SOAP Partner API (see Part 1, Part 2, and Part 4). Dependent Picklists In Salesforce.com’s object model, two of the possible datatypes for fields are picklist and multipicklist. A picklist is perhaps best described as a drop down menu: the user [...]
Using NCover for .NET Code Coverage with Hudson
Posted by Mike Rooney on 2009/08/04
15 comments
NCover plugin for Hudson CI. Developed by Genius.com and contributed back to the Hudson project. How to install and configure.