Skip to content

Fixing the issue

Usually the process of finding an error will help you understand how to fix it. Most times the fix will be something small, but sometimes you have to go back and rethink your plan.

Once you fix the error, make sure you always re-run the program and test it again. Try to recreate the example where the error occurred so that you can see that it now works as expected. It can also be worth trying out some related functionality to make sure you didn’t break anything new.