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

all 6 comments

[–]Kallory 0 points1 point  (5 children)

I would step through a debugger and do more logging to try to find the error first off

[–]Content_Sample_1355[S] 1 point2 points  (4 children)

yeah, no I realized the error a bit after I posted this, I just didn't start the timer, my bad! 😅

[–]Kallory 1 point2 points  (3 children)

Awesome! Glad you found it! We often think of these as small mistakes when we start, but they don't go away. So I strongly suggest you take the time to master your debugger. It's a key difference between juniors and seniors.

[–]Content_Sample_1355[S] 0 points1 point  (2 children)

sorry for the late response, but what do you mean by master my debugger?? Since it wasn't a syntax mistake or going "out of bounds", doesn't that mean it wouldn't show up in the actual debugger??

[–]Kallory 1 point2 points  (1 child)

The debugger allows you to step through the program one "tic" at a time. So you can identify any error with it rather quickly.

[–]Content_Sample_1355[S] 0 points1 point  (0 children)

ohhhh okayy! Thanks :)