• j.a.c (11/10/2009)


    Ah technical debt... my group has it... lots of it that we are only starting to pay back.

    We do unit tests for most things and they are very useful. Except most of the issues that we find are due to load on the system and not any kind of logic errors...

    And some of them can still be resolved before the system goes live and the users experience it. Problems with defects or performance in my view are usually the same, poor user experience.

    But sometimes system loading by other processes can have an effect that we can't really anticipate or readily test..

    CEWII