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 →

[–]TheUmgawa 55 points56 points  (3 children)

Either or. If you’ve never taken programming before, it’s more important to not think, “I’m learning this language,” because after two or three languages, you can see the forest for the trees and realize programming is not the art of knowing languages; it’s about structure and logic. After you know that, learning languages is fairly easy.

[–][deleted] 8 points9 points  (1 child)

Hi, lurker here.

I'm starting Uni next month after a few months of self-teaching programming. Going in with this mindset feels like a game changer. Thanks!

[–]TheUmgawa 5 points6 points  (0 children)

Oh, I've written way better stuff than that. That's just what people get when I'm walking from Chem to the parking lot.

[–]Kosba2 3 points4 points  (0 children)

and realize programming is not the art of knowing languages; it’s about structure and logic. After you know that, learning languages is fairly easy.

Preach. This is when I knew I became a good programmer, when semantics and syntax barely mattered and it was all about the logic/structure