DEV Community

Discussion on: What's one thing you wish you knew before you started programming?

Collapse
 
lucpattyn profile image
Mukit, Ataul

Assembly language :) . My first two years of programming was horrible, but after doing assembly language course, everything became clear and I became better at it knowing what programming is really about. That's why i believe it is important to teach new comers, basic concept of hardware like how the cpu and ram actually works, how statements like assignment and looping works etc.
That's why I wrote an article for beginners, you may want to check out.
dev.to/lucpattyn/basic-programming...