Click here to Skip to main content
16,004,806 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Color movies and related posters (When Worlds Collide) Pin
Roger Wright12-Jun-24 5:21
professionalRoger Wright12-Jun-24 5:21 
GeneralRe: Color movies and related posters (When Worlds Collide) Pin
Roger Wright12-Jun-24 5:18
professionalRoger Wright12-Jun-24 5:18 
GeneralRe: Color movies and related posters (When Worlds Collide) Pin
MarkTJohnson12-Jun-24 6:36
professionalMarkTJohnson12-Jun-24 6:36 
GeneralRe: Color movies and related posters (When Worlds Collide) Pin
jschell12-Jun-24 15:32
jschell12-Jun-24 15:32 
GeneralWhy is javascript so disliked Pin
pkfox11-Jun-24 21:42
professionalpkfox11-Jun-24 21:42 
GeneralRe: Why is javascript so disliked PinPopular
GKP199211-Jun-24 22:01
professionalGKP199211-Jun-24 22:01 
GeneralRe: Why is javascript so disliked Pin
jschell12-Jun-24 15:37
jschell12-Jun-24 15:37 
GeneralRe: Why is javascript so disliked Pin
Jeremy Falcon12-Jun-24 16:01
professionalJeremy Falcon12-Jun-24 16:01 
GKP1992 wrote:
7 years later I fully agree with him.
Amen brother. IMO the biggest issue with JS is its popularity. You take any language on the planet and make it extremely popular and you're bound to have some people writing stupid code in it. That's not the fault of the language itself though; it's the fault of the "average" coder.
GKP1992 wrote:
The callback hell can be avoided with the use of asynchronous programming.
The whole reason callback hell even started (then went onto promise hell) was due to one of JavaScript's strengths. As you mentioned, most people just didn't know about JS's execution model and would rather insult than learn. But, because of the execution model, it's always been extremely hard to lock JS. Granted, people needed to learn how to deal with that or else they'd suffer race conditions, but peeps only had to take the time to learn the language. The same could be said of any language though. I'm not gonna learn Rust overnight.
GKP1992 wrote:
As people get more experienced with JS they become more accepting of it's quirks and manage to avoid it's pitfalls while being able to produce robust production ready code.
100%. It's a language that's been evolving and will continue to evolve as it grows up, so to speak.

As it stands now, it's literally the fastest scripting language on the planet. It runs so fast it deserves its own category of scripting language. Sure, compared to C/C++ or Rust it's slower, but compared to Python, etc. none of them hold a candle to JS. And it has to be that way, it's the dynamic language of the Internet so a lot of time has been spent optimizing its execution engines.

Haters gonna hate though. Laugh | :laugh: Laugh | :laugh: Laugh | :laugh:
Jeremy Falcon


modified 12-Jun-24 23:12pm.

GeneralRe: Why is javascript so disliked Pin
Chris Copeland11-Jun-24 23:46
mveChris Copeland11-Jun-24 23:46 
GeneralRe: Why is javascript so disliked Pin
MarkTJohnson12-Jun-24 1:25
professionalMarkTJohnson12-Jun-24 1:25 
GeneralRe: Why is javascript so disliked Pin
Jacquers12-Jun-24 1:48
Jacquers12-Jun-24 1:48 
GeneralRe: Why is javascript so disliked Pin
OriginalGriff12-Jun-24 2:33
mveOriginalGriff12-Jun-24 2:33 
GeneralRe: Why is javascript so disliked Pin
Richard Deeming12-Jun-24 2:43
mveRichard Deeming12-Jun-24 2:43 
GeneralRe: Why is javascript so disliked Pin
OriginalGriff12-Jun-24 3:08
mveOriginalGriff12-Jun-24 3:08 
GeneralRe: Why is javascript so disliked Pin
MarkTJohnson12-Jun-24 2:54
professionalMarkTJohnson12-Jun-24 2:54 
GeneralRe: Why is javascript so disliked Pin
PIEBALDconsult12-Jun-24 3:09
mvePIEBALDconsult12-Jun-24 3:09 
GeneralRe: Why is javascript so disliked Pin
dandy7212-Jun-24 5:01
dandy7212-Jun-24 5:01 
GeneralRe: Why is javascript so disliked Pin
GuyThiebaut12-Jun-24 3:47
professionalGuyThiebaut12-Jun-24 3:47 
GeneralRe: Why is javascript so disliked Pin
kmoorevs12-Jun-24 4:54
kmoorevs12-Jun-24 4:54 
GeneralRe: Why is javascript so disliked Pin
Steve Raw12-Jun-24 7:12
professionalSteve Raw12-Jun-24 7:12 
GeneralRe: Why is javascript so disliked Pin
Jeremy Falcon12-Jun-24 16:06
professionalJeremy Falcon12-Jun-24 16:06 
GeneralRe: Why is javascript so disliked Pin
Amarnath S12-Jun-24 5:21
professionalAmarnath S12-Jun-24 5:21 
GeneralRe: Why is javascript so disliked Pin
Dr.Walt Fair, PE12-Jun-24 10:45
professionalDr.Walt Fair, PE12-Jun-24 10:45 
GeneralRe: Why is javascript so disliked Pin
Dave Kreskowiak12-Jun-24 10:57
mveDave Kreskowiak12-Jun-24 10:57 
GeneralRe: Why is javascript so disliked Pin
Jeremy Falcon12-Jun-24 16:13
professionalJeremy Falcon12-Jun-24 16:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.