On Dec 16, 2010, at 1:06 PM, laurent laffont wrote:
Thank you Marcus.
Is it hard / possible to add test coverage ?
problematic... when testing system level code, you soon run into meta-recursion (e.g. Array is used by the code used for doing
test coverage). (we should really fix reflection as a concept... but that's more research and not engineering... I should continue with that).
So this would only make sense on a package by package case. But there it can make sense, yes.
What I want to add before test coverage is code-critique style checking.