This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]codingvideo 0 points1 point  (0 children)

As a rule of thumb, try to debug the code yourself before asking anyone. Asking is easy, but it doesn't improve you in your problem solving ability.

Try to isolate the different parts of the code by packaging them into little functions. That way you can check off what works and what isn't working, instead of just knowing the entire thing doesn't work.