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
-
RMXYZ32yIt happened that I used JS for years in my early career as a developer, I connect deeply to this statement and I can't express enough how much trauma it gives me day by day now.
JS is good for what it does, simple, dynamic, and pretty quick for an interpreted language.
When it comes to a point you have to do a bit more complex stuff on the backend using Node.js or use a lot of libraries alongside, no IDE can help you know what fields any object contains. This is the only reason it is NIGHTMARE to use when dealing with a lot of abstractions, wrappers, and external libs.
You never know 𝙪𝙥𝙛𝙧𝙤𝙣𝙩 what type object.theFuckIsThis, is, nor do you have the ability to quickly iterate over your code, running it is the only way to check.
Today I used JavaScript. And from now on I have a PTSD.
random
javascript