What is the technique for Fixing Code Errors

Questions by prettyfox

Showing Answers 1 - 1 of 1 Answers

grimes13

  • Sep 5th, 2011
 

First off for me there is no one technique.

Generally I do this:

1. Find out what the error is and reproduce it.
2. Create a test that should pass if the error is fixed.
3. Make my code pass that test.

This is not info on how to find a bug but on how I would go about fixing one.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions