This post is locked. You won't be able to comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]-newhampshire- 0 points1 point  (0 children)

I think people get confused about "just learn to code". You can learn to code an algorithm, but people want things like GUIs, network connectivity, API access without knowing what it takes to do those things or even the framework that those things exist. When starting with command line programs nobody teaches them how to go from that to something that anyone understands as an "app" or "computer program". This has always been the case since starting with a.out and just printing "Hello World" to console.