you ever get that feeling of complete loss when you leave yourself on the part of the code you're supposed to finish but then you leave for a week so you end up completely forgetting what you were doing, why the code was important, and how to do it?
I had that a few times. Try to make comments in your code, how it works, what it does, that seems to help me. Also, finish small "parts" in your code. So don't leave in a middle of an if (something.b <=
I had that a few times. Try to make comments in your code, how it works, what it does, that seems to help me. Also, finish small "parts" in your code. So don't leave in a middle of an if (something.b <=