DEV Community

Discussion on: If you could change one thing about learning to code, what would it be?

Collapse
 
uofirob profile image
Rob Montague

I would have loved to learn Assembly -> Java -> C++ instead of Java -> C++ -> Assembly. I'm very much the type of person that likes to learn the building blocks before I learn the big picture as I understood Java ok, C++ I was lost as to why my program kept blowing up (hitting unallocated variables and memory usually). Once I learned assembly, I learned exactly why I was messing up in C++, but I was already a semester passed that class.