Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bartmr2805y“There are only two kinds of languages: the ones people complain about and the ones nobody uses.”
― Bjarne Stroustrup, The C++ Programming Language
----
With that said, Javascript makes it easier do build a service in no time, plus, it can have Hot-Reload on both server and frontend and mobile app, meaning you can edit them all without having to reload your browser or server. That and more is why people use Javascript.
For me, it allowed to me to build a full WebRTC video-conferencing infrastructure and front end in no time, when it would take years with other languages. Do not bash without knowing. -
rantbook7355ySeriously don't know what this is about, I use JS a lot for front-end and build tools, for quick back end microservices, tensorflow in node and other native C/C++ modules, desktop with Electron...
But I don't use JS directly, I use TypeScript 100% of the time, coming from C#, Java, Python... TS is simply very good -
git-gud14185y@bartmr surprisingly, i haven't heard any complaints about rust yet. it's only a matter of time...
-
Nobody talks about the JIT part of JS. The way I understand it the JIT will analyze common paths of execution and further optimize using runtime metrics. This potentially allows the code to perform better than precompiled code due to having actual runtime information. This is just cool technology. Come on people, Jesus Script is awesome!
-
skydhash1345yI never can understand why people are saying JS is bad. It all boils down to your logic. Don't blame the tools or try to use a hammer as a screwdriver (it could work, but the result is messy). If your logic is bad, your code will be bad and nothing can save you from yourself
-
nibor48775yI think Spanish Flu should be in the list, it killed more people than the Black Death pandemics, and may have killed more than died in WW2..
-
MrMarco3035yTime for me to address some comments
@Demolishun - Optimized shit is still shit. It's just optimized shit.
@rantbook - Why do you think TypeScript was invented? Because JavaScript is shit.
@bartmr - Yes that is a good quote. Stroustrup is really just saying that all programming languages will have complaints. This makes sense because it is a game of trade-offs. But we draw the line between a language with certain shortcomings and a complete heap of shit.
Related Rants
Top 3 worst events in human history
3. Black death
2. World war 2
1. The advent of JavaScript
Some say we could have colonized mars by now if not for the number of years society has been (and still is being) set back by this atrocious pile of slug
rant
js