Problem Solving Infographic

Transcript of the Infographic:
When your code has a bug or an error, your first instict should not be to call for help. First you try to solve your problem. What is wrong? What is causing your problem? Create a short example that shows what's wrong. Isolating the troublesome code makes finding the problem faster. If you still are having problems, experiment with your example. Try changing possibilities and seeing if it affects the problem. Write things down. Log things. Read output. Interact with your code! It's not bad to ask for help or Google around. Post your example to a Q&A site! Really don't give up. Your problem will get fixed!