Post
Question to those who consider themselves at least decent as programming, when you were learning did you focus more on the underlying understand of what the language is actually doing or did you focus more on "the language wants it done like this" I know both are important.
0
0
Neither. I focused on what I wanted to do on the computer and dived into the language enough to get that done. Rinse and repeat. To understand what a language is doing takes a decent knowledge of interpreters and computer architecture. That will bog you down right fast. Reading though a short book on the language can be of help.
0
0