Comments by "Charles M." (@charlesm.2604) on "JavaScript for the Haters" video.
-
7
-
@madhououinkyoma With the dotnet boilerplates included in your IDE ? You can get it done within a few hours give or take. That's one the main pros of batteries-included frameworks (ASP, Rails, Laravel, Django, Spring, etc...).
As opposed to NodeJS in which you will need to tie a bunch of independant libraries together (Express for routing, TypeORM for object relational mapping, NodeMailer for emails, encryption libraries for security, etc...) as well as writing your own framework implementation for each singular projects (controller classes ? dependency injection ? event subscription ? etc...) and deal with the tooling hell of the ecosystem on top (linters, bundlers, etc...).
You can't argue for JavaScript when it comes to developer experience. That's literally it's biggest con, that's what every JavaScript dev is yelling against. JavaScript is such a popular language because it's cheaper to have the same people working on all back-end, front-end and business internal products, not because they have an easier time.
5
-
4
-
2
-
1
-
1
-
1