Archive for November, 2007

Metric Driven Software Development ?

Wednesday, November 28th, 2007 by Arjen van Schie

In my last blog I already mentioned the role of software metrics in my graduation assignment. Software metrics are indicators for the quality of the source of a program. For example, one of the most well known metrics is McCabe’s cyclomatic complexity. This metric gives an indication of the complexity of a method or module/class. [...]

Popularity: 410 points

Programming with meta-data, an example for concurrency

Thursday, November 1st, 2007 by Arjen van Schie

About a month ago I obtained my master of science degree from the university of amsterdam after fulfilling a graduation assignment at LogicaCMGs Working Tomorrow graduation program. The subject of my research was concurrency and parallel programming for multi-core CPUs. The goal of this project was to find a partial solution for lowering the complexity [...]

Popularity: 251 points