Click here to Skip to main content
15,887,027 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: I hate something I know nothing about... Pin
Dan Sutton26-Mar-24 10:46
Dan Sutton26-Mar-24 10:46 
GeneralRe: I hate something I know nothing about... Pin
Jeremy Falcon26-Mar-24 11:19
professionalJeremy Falcon26-Mar-24 11:19 
GeneralRe: I hate something I know nothing about... Pin
Dan Sutton26-Mar-24 11:21
Dan Sutton26-Mar-24 11:21 
GeneralRe: I hate something I know nothing about... Pin
Jeremy Falcon26-Mar-24 11:27
professionalJeremy Falcon26-Mar-24 11:27 
GeneralRe: I hate something I know nothing about... Pin
Dan Sutton26-Mar-24 11:29
Dan Sutton26-Mar-24 11:29 
GeneralRe: I hate something I know nothing about... Pin
ShawnVN25-Mar-24 12:54
ShawnVN25-Mar-24 12:54 
GeneralRe: I hate something I know nothing about... Pin
Jeremy Falcon26-Mar-24 10:20
professionalJeremy Falcon26-Mar-24 10:20 
GeneralRe: I hate something I know nothing about... Pin
Sander Rossel25-Mar-24 23:40
professionalSander Rossel25-Mar-24 23:40 
Jeremy Falcon wrote:
I did something called growing up
Yet in our most recent discussion you didn't hesitate to assume I know nothing about JavaScript just because I disagree with you (and now you're assuming you know more than pretty much the entirety of CP).
I've worked with JavaScript for over ten years (mostly front-end, mind you), I did some non-trivial work in it, and I can simply say it's a horrible language.
I'm not saying it can't do stuff, I'm saying it has way too many WTFs and doing stuff is often hard or weird.
The way it handles NaN (which you can easily get, for example by doing 1 - {}, yet 1 + {} yields a string), how "this" is handled is just pure madness, many WTFs with basic operators (like the + and - of a number and object, now try + and - on a string and number), missing basic functionality (although that's getting better), the lack of an integer type or a "safe" decimal type, the whole ecosystem which forces you to install 100s of dependencies of which some have a single line of code (padLeft, anyone?), and the list goes on.
It wasn't to long ago where the only sure way to check if an object is an array was Object.prototype.toString.call(obj) === "[object Array]" and for NaN obj !== obj despite the isNaN and isArray functions!

You seem to love JavaScript for some reason, the rest of the world hates it.
But of course the rest of the world must be wrong.
You claim people lack the maturity to not be overly emotional about crap, yet you seem overly emotional about JavaScript.
Let's be mature about it and agree to disagree.

GeneralRe: I hate something I know nothing about... Pin
Jeremy Falcon26-Mar-24 10:27
professionalJeremy Falcon26-Mar-24 10:27 
GeneralRe: I hate something I know nothing about... Pin
Jeremy Falcon26-Mar-24 10:46
professionalJeremy Falcon26-Mar-24 10:46 
GeneralRe: I hate something I know nothing about... Pin
Sander Rossel26-Mar-24 23:36
professionalSander Rossel26-Mar-24 23:36 
GeneralRe: I hate something I know nothing about... Pin
SeattleC++26-Mar-24 8:50
SeattleC++26-Mar-24 8:50 
GeneralRe: I hate something I know nothing about... Pin
Jeremy Falcon26-Mar-24 10:18
professionalJeremy Falcon26-Mar-24 10:18 
GeneralI need to implement some code using Lagrange interpolation ... Pin
0x01AA23-Mar-24 2:12
mve0x01AA23-Mar-24 2:12 
GeneralRe: I need to implement some code using Lagrange interpolation ... Pin
peterkmx23-Mar-24 2:40
professionalpeterkmx23-Mar-24 2:40 
GeneralRe: I need to implement some code using Lagrange interpolation ... Pin
jmaida23-Mar-24 16:35
jmaida23-Mar-24 16:35 
GeneralWordle 1,008 Pin
Sandeep Mewara22-Mar-24 19:48
mveSandeep Mewara22-Mar-24 19:48 
GeneralRe: Wordle 1,008 - 3 4 me Pin
pkfox22-Mar-24 21:08
professionalpkfox22-Mar-24 21:08 
GeneralRe: Wordle 1,008 Pin
OriginalGriff22-Mar-24 21:31
mveOriginalGriff22-Mar-24 21:31 
GeneralRe: Wordle 1,008 Pin
Cp-Coder22-Mar-24 23:06
Cp-Coder22-Mar-24 23:06 
GeneralRe: Wordle 1,008 Pin
Amarnath S23-Mar-24 1:19
professionalAmarnath S23-Mar-24 1:19 
GeneralRe: Wordle 1,008 Pin
Sander Rossel23-Mar-24 1:23
professionalSander Rossel23-Mar-24 1:23 
GeneralRe: Wordle 1,008 Pin
GKP199223-Mar-24 3:25
professionalGKP199223-Mar-24 3:25 
GeneralRe: Wordle 1,008 Pin
ChandraRam23-Mar-24 3:35
ChandraRam23-Mar-24 3:35 
GeneralRe: Wordle 1,008 (4/6) Pin
Jeremy Falcon23-Mar-24 4:32
professionalJeremy Falcon23-Mar-24 4:32 

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.