This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

software quality - what do you use

just curious folks to what folk use to help develope their software with.

I am an avid user of lint and having a go at trying to design what i am gonna do before i start being a code monkey but would like to find out what others are using.

Recently downloaded Tessy but as i get the feeling trying to apply it to an exsisting project will be a huge project its self and as the vendors havent been rushing to reveal the price cost may be an issue.

Does anybody have any recomendations on tools they find useful?

Parents
  • Good quote Erik.
    Somewhere I heard that a quality number should be five 9s (99.999%). For a 1000 line code we are guaranteed at least one bug. Also, I have read a "reasonable" line of code produced an average about 17 bytes of code. I'm not sure if the 99.999% should be applied to the lines of code or the bytes of code. Never mind. A 64Kbyte code file sould produce about 3.5 bugs. I don't know how you get 0.5 bugs.

    Quality metrics are fun and sometimes ridiculous.

    But I know that good tools don't cost - they pay in the long run.

    Bradford

Reply
  • Good quote Erik.
    Somewhere I heard that a quality number should be five 9s (99.999%). For a 1000 line code we are guaranteed at least one bug. Also, I have read a "reasonable" line of code produced an average about 17 bytes of code. I'm not sure if the 99.999% should be applied to the lines of code or the bytes of code. Never mind. A 64Kbyte code file sould produce about 3.5 bugs. I don't know how you get 0.5 bugs.

    Quality metrics are fun and sometimes ridiculous.

    But I know that good tools don't cost - they pay in the long run.

    Bradford

Children