What makes JS a bad language in your eyes, user?
What makes JS a bad language in your eyes, user?
Other urls found in this thread:
destroyallsoftware.com
twitter.com
Knowing that, J is for Java.
Really fucks my eyes.
It needs to be unreadable to be high performance.
I personally like it, but the biggest issue is that there's 300 different frameworks that are all trying to be the one universal framework, and 9/10 of them all do the same damn thing.
Former js hipster here.
What I hate the most about javascript is that it's way too high level to do any "real programming", but it's also not high level enough to do basic shit fast like you can in python or ruby.
You end up downloading third party modules for everything. And when working in a team, you just need to hope everyone else is uses to the same libraries you use.
is that some Shadman?
Performance fast or getting shit programmed fast? Because it's faster than python performance wise
Think about it for 5 seconds
the only thing that this post showed is you ignorance, node is much faster than python and ruby, and even can outperform golang for heave io based apps
I'm talking about dev time, not perfomance.
If you want to talk perfomance though, pulling in 6MB dependencies for a client side web project also doesn't sound like a great idea.