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
-
Flygger19814yIf you take some time to get to know your monsters, they tend to turn out less monstruous and you can usually get them to work for you instead of keeping you back...
-
Flygger19814yTypeScript can't be better as it can't do anything JavaScript can't do, but it can certainly ease the pain of the developers by adding convenience and certainty to the mix...
-
yehaaw26044y@jlysd Depends how you use TS. I would never switch back to JS. Not going to argue if it is better or not.
-
eo287540014yI'm okay with "JavaScript is bad, deal with it. Don't try to run away from it with frameworks" but not of "JavaScript is so cool why would anyone want to modify it?!"
-
@Flygger
I am a PHP dev - and no, knowing him personally didn't make C'thulhu any less monstrous...
But you are right with the getting to work part. -
Flygger19814y@Oktokolo I've been doing PHP for over 20 years and though the beast has been tamed quite a bit, just knowing how the different parts work and what they _actually_ do helped a lot to not be scared of it — and not developing for things like WordPress help to see the beast rather than the monster it can become ;)
-
@Flygger
Yes, the fear faded away as i became compatible with the monster. Not sure whether that was the right decision though.
Anyway, it is too late now. I have to live on with the consequences of decisions made by my younger unexperienced self. At least it isn't Perl... -
When I first tried JS, I was thinking: It’s so popular. It must be ok enough. But it turned out to be horrible in so many ways and I wonder how anyone can like it.
Ok maybe I can explain it: People are assuming that JS is simple and good for prototyping because of it's lack of strict typing. And compared to most mainstream languages like c++, Java or C#, it is true. So people have developed this wrong casual connection between weak typing and simplicity.
But there is so much more crap in JS that is fundamental to it and can’t even be fixed with TS, that I get back to "how can you like this shit?". It’s not just the weak typing. I could live with that in other languages.
So... I don't know. -
jlysd164y@Lensflare I guess if you came up with the old web and used it a ton and got very used to it, you aren't bothered by JS.. maybe I'm becoming a dinosaur like my mom. I never wanted to learn cobol/assembly.
-
@jlysd it is ! By ANY metric.
At least in TypeScript I can do refactoring and I'm notr afraid to change a variable name
Related Rants
Fear of big, bad, scary javascript is ruining frontend.
rant
js
javascript