Codelines

Debugging the art of software

Entries for September, 2006

Software Testing - From an Agile Development Perspective

Agile has a slightly different approach towards testing than traditional practices. Inline with the agile manifesto, the focus is shifted more towards customer expectations. Thus testing pertaining to the agile manifesto is a practice that treats development as the customer of testing; A set of principles and rules for testing come from this manifesto.XP Practices [...]

Leave a Comment

Fun With .NET Predicates

Problem
I have a bunch of Trade objects that internally store two players (involved in the trade). I was thinking of storing these Trade objects in a hashtable so I could index them with the key using the value of the two players respective names.
What do I want to do?
Get to the trade object by knowing [...]

Leave a Comment

Agile Development - Measure What Matters Most

Agile is not a traditional SDLC model so this would suggest traditional measurement techniques would be out of step with this model also. I have collated some thoughts on an article I found interesting (see end of article for link).Points of Interest

Follows trends, not numbers. This avoids measuring sub-optimsied data
Use a small set of metrics [...]

Leave a Comment