7
king
7y

I remember learning how to program 5-6 years ago. It was completely broken. All of these “courses” just teach the syntax of a language. They usually don’t even teach how it works or what it’s used for. Knowing the syntax is great and all, but what’s important is learning to apply it to solve problems.

A lot of other basic things are often overlooked as well. For example, introducing a text editor and the command line would have been incredibly valuable.

For a long while I was using online editors and logging the output of functions instead of actually making projects.

I’m glad I kind of created my own way of learning: by making projects. Just hopping into something was the best way to learn from me. If I got stuck, I’d simply look it up. As a result, I was able to actually apply my skills to learn.

Comments
Add Comment