morfik

Should web developers still learn JavaScript? [closed]

橙三吉。 提交于 2019-12-10 03:14:49
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . Now that frameworks like GWT, Morfik etc exist which compile Java client side code into major JavaScript dialects, is it still worth learning JavaScript? 回答1: In my book, yes . I'm a strong believer in understanding the underlying technology beneath whatever toolkits you're

Should web developers still learn JavaScript? [closed]

*爱你&永不变心* 提交于 2019-12-05 02:12:54
Now that frameworks like GWT, Morfik etc exist which compile Java client side code into major JavaScript dialects, is it still worth learning JavaScript? In my book, yes . I'm a strong believer in understanding the underlying technology beneath whatever toolkits you're using. Abstractions are leaky - you'll run into trouble down the line if you try to get away with only understanding a high-level toolkit, and not the underlying technology. Sooner or later you'll need to debug your project at the JavaScript (or whatever) level. Understanding the technology behind your framework reduces the time