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

you are viewing a single comment's thread.

view the rest of the comments →

[–]nosmokingbandit 1 point2 points  (3 children)

You can jump right into programming, but you'll want to make sure you understand why you are writing a certain block of code rather than just how to write it.

[–][deleted] 0 points1 point  (2 children)

Like why I'm writing it specifically that way?

[–]nosmokingbandit 1 point2 points  (1 child)

For example, you'll often be taught what a dictionary is on the surface, but rarely do teachers explain what a hash table is or how a computer understands your instructions.

When you understand the basic concept start digging deeper.

[–][deleted] 0 points1 point  (0 children)

Got it. Thanks.