|
|
|
|
|
by irq11
3484 days ago
|
|
If you want to be a good programmer, pick another language, and start there. you will learn more good practices from starting with a modern, full-featured language like python, than trying to work in the the chaotic disaster zone that is javascript. A good programmer can pick up javascript quickly. Other than syntactic and semantic warts, it is not a difficult language to learn. |
|
I actually started with Python and moved on to JavaScript for my work involving web development. Currently, I use both.
I'm generally comfortable with making CRUD apps employing OOP, using both Python classes and prototypal inheritance in JS. My issue is that I still don't have the experience to understand WHY people often lament the 'chaotic disaster' that is JS. I haven't had any issues yet...
I also just want to keep the momentum up and never stop learning.