This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
find_the_errors [2019/08/21 12:43] frchris |
find_the_errors [2019/08/21 12:52] (current) frchris |
||
---|---|---|---|
Line 14: | Line 14: | ||
</code> | </code> | ||
- | Errors in logic can happen | + | Errors in logic can happen - The code compiles, but it doesn't do what you expect, or it will turn off |
+ | if you run into a wall or pick up something that isn't there, or put down something you don't possess. | ||
+ | |||
+ | Consider the following: | ||
{{::anyerrors1_.png|}} | {{::anyerrors1_.png|}} | ||
+ | |||
+ | It an be fixed by adding one method call. | ||
+ | |||
+ | Here is some code in need of debugging: | ||
+ | |||
{{::anyerrors2.png?600|}} | {{::anyerrors2.png?600|}} |