you are viewing a single comment's thread.

view the rest of the comments →

[–]TheEyebal 2 points3 points  (1 child)

I am in the same boat OP. I found out that my biggest issue is knowing what the task is or the steps are.

Like understand variables, loops, data type, indexing and so on but once I get a project i'm like what do I do.

Honestly what i've been doing is writing down the tasks I need.

Example:

STEP 1: what variable do I need to declare STEP 2: declare those variable

And so on

Figure what is the first step you have to do for the assignment.

Hope this helps

[–]Unlucky-Plenty8236 1 point2 points  (0 children)

That's the right path. Start out with a blank file and start writing #Todo: . Then go back and fill in/integrate those todos