(no title)
ramzis | 5 years ago
Also, saying an abstraction is useless without knowing the language is similar to saying you can't drive a car without knowing how the timing belt or crankshaft works - most people do fine without either. I'm not dismissing the value of JS fluency, just suggesting that it might be unnecessary and a more practical approach can be taken.
filleduchaos|5 years ago
Every time I see this statement, I wonder what the Venn diagram of people who say so and people who have ever written a line of asm looks like.
hombre_fatal|5 years ago
I wonder if the people say they avoid JS at all costs because it's "like assembly" have been doing that so effectively since 2003 that they never even tried modern JS
nottorp|5 years ago
It's not even their fault, it's all they know from those online courses or boot camps.
runawaybottle|5 years ago
I always see a pattern with these things. Usually if you don’t learn the language well enough, you probably are also not spending enough time learning the frameworks well enough, and you probably are not learning the DOM/Browser well enough, and you probably have not learned CSS well enough. You will have no choice but to hide behind the frameworks.
The people that just learn React or the latest ES6 think they know good enough JS, but when I see their code I see clear patterns of poor abstractions, separation of concerns, the kind of code that makes you want to take a shower after touching it.
52-6F-62|5 years ago
astura|5 years ago
unknown|5 years ago
[deleted]