Archive for the 'Methodologies' Category

Process Acceleration

Monday, November 24th, 2008 by Michel Klabbers

Last thursday I visited a presentation about Process Acceleration (PA) [1]. PA is a Business Change method that also uses separation of concerns: it separates the end result from anything else in the business process. The end result of the process is the success state, i.e. all employees correctly submitted their billing forms and all [...]

Popularity: 1086 points

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: 1338 points

Ant Task for parsing JDeveloper 10.1.3 project files: solving the build

Monday, October 9th, 2006 by Robert Willems of Brilman

One of my own pet projects is to create a neat ‘continuous integration’ solution for our development environment. It is my vision that developers should work on a central source repository (currently implemented by CVS) and building and testing (if possible) should be done automatically. This interest was sparked by an article by Martin Fowler [...]

Popularity: 1906 points