April 2007

Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          

Categories

Monthly Archives

Recent Entries

« February 2004 | Homepage | April 2004 »


March 2004 Archives


Mar 15, 2004  –  In Tests We Trust? I had an interesting experience a couple of weeks ago that brought home the influence of developer testing on trust in someone else's code. After reflecting, I think that being able to show an effective base of developer tests is -- or should be -- the most influential proxy for quality code. more >>
 –  Eating Our Own Dog Food — Using Agitator™ on Itself In start-up companies, especially in the area of software, the expression "eat your own dog food" means that you should use in-house the products or service that you are planning to sell to other people. At Agitar we take eating our own dog food very seriously. One of the first things I did when we founded the company was to buy a can of Alpo™ dog food for everyone in engineering and put it on their desks to remind them how important it is for us to be users of our own technology. more >>
Mar  8, 2004  –  Fight Complexity with Complexity We were using method and class and package names as keys to the various data structures that store test results and coverage data. Agitator told us that if you pass the string "123%%^*abc" to a method that expects a class name, it throws an IllegalArgumentException. "Well, duh!" we said and marked it expected. We added a factory to generate a variety of good and bad class names and got on with the task at hand. more >>