I know that this is quite subjective, but this is something that I struggled with quite a bit. I did not even dare to try to learn a new language because of the reason, which I will discuss below. If it closes, I think I’ll just grin and stand it, but that’s what I would like to address.
When I move on to learning a new language, it seems that most of the learning resources are directed to a new programmer. Then I end up reading a “detailed” textbook or something, and I miss. I tend to feel like I spend a lot of time on how a variable works, how data types and other basic things work. These are all important things, but I can cope with technical terminology and do not need things broken for me as a beginner.
I also like if I just immerse myself in the project, I will learn bad habits and not get all the benefits of learning a new language. Anyway, I will do something using the paradigms that I already know, and hack them into working on a new language.
So my question is: what is the strategy that you found most useful to make the most of the new language? What tips did you learn?
source
share