??? 09/27/11 21:20 Read: times |
#183921 - You normally always need to test - but may not need to debug Responding to: ???'s previous message |
Ralph Sac said:
Another words not all code written would have to be debuged by experianced programmer. All non-trivial code (and even lots of trivial code) needs to be tested. It's just that some code will not reveal any errors when tested. So there may be no need for any debugging. Next thing - lots of bugs can be found and corrected without starting up any debugger. If something misbehaves, it is very often possible to just look at the outcome, and then look at the source code, and see the bug without any further debugging needed. |