Codelines

Debugging the art of software

Entries for the ‘Uncategorized’ Category

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

Agile Development Modelling

I came across an article I found interesting in some other research I was doing in agile/eXtreme modelling. I had originally planned on covering a few points in an earlier article on software development life cycle (SDLC) models but didn’t want to draw the article out. If you are interested you can find it here: [...]

Leave a Comment