this post was submitted on 28 May 2024
308 points (84.1% liked)

Programmer Humor

23427 readers
1259 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

but stackoverflow how i fixy the brokey!

all 39 comments
sorted by: hot top controversial new old
[–] xmunk@sh.itjust.works 64 points 1 year ago (3 children)

Heh... but Javascript is so permissive you can just start writing psuedocode and it'll probably be valid!

[–] SzethFriendOfNimi@lemmy.world 24 points 1 year ago (1 children)
[–] Gork@lemm.ee 29 points 1 year ago (4 children)
[–] SzethFriendOfNimi@lemmy.world 17 points 1 year ago
for(i=0;i<100;i++){
    console.log("Yep")
}

console.log("uh-huh")
[–] Anticorp@lemmy.world 7 points 1 year ago* (last edited 1 year ago) (1 children)

Like Dave from Storage Wars?

[–] CanadaPlus@lemmy.sdf.org 6 points 1 year ago (1 children)

And it will do... something.

[–] whodatdair@lemmy.blahaj.zone 2 points 1 year ago

Perhaps more than one thing, who can know?

[–] Anticorp@lemmy.world 6 points 1 year ago* (last edited 1 year ago)

const notThree = 1 + '2';

[–] tiredofsametab@kbin.run 32 points 1 year ago (1 children)

People should be able to do this, at least for simple programs. We used to do it all the time.

[–] NatoBoram@lemm.ee 14 points 1 year ago

Everyone should be able to do a hello world without IDE

[–] Alexstarfire@lemmy.world 31 points 1 year ago

Hello World isn't that difficult to write.

He never said it had to be a useful program.

[–] Anticorp@lemmy.world 28 points 1 year ago

NP, dude. As someone who learned JavaScript in the dark ages, when IE had to be a consideration for everything you did, writing a JS program now is trivial.

[–] ChaoticNeutralCzech@feddit.de 17 points 1 year ago* (last edited 1 year ago) (1 children)
[–] victorz@lemmy.world 35 points 1 year ago (2 children)

MDN ftw, screw stackoverflow.

[–] frezik@midwest.social 7 points 1 year ago (1 children)

MDN is better at everything than w3school, except for SEO.

[–] victorz@lemmy.world 3 points 1 year ago

Yeah... Then again I just use the DuckDuckGo bang !mdn and it searches MDN directly.

There's also devdocs.io which can be indispensable when using a lot of popular utility libraries and frameworks in the same project. Just having a single page with all the relevant docs is just a real blessing.

[–] Redkey@programming.dev 3 points 1 year ago (1 children)

Any time I need to learn something about JS, I go to W3Schools to wrap my head around the basics, then over to MDN for current best practice.

[–] victorz@lemmy.world 2 points 1 year ago

I remember visiting W3S like 10-15 years ago when first learning DOM manipulation etc at uni. But nowadays there's nothing it can give me that MDN can't, that I need to know.

[–] kakes@sh.itjust.works 16 points 1 year ago

I think I'd be okay up until you pulled intellisense, at which point I would literally deflate like a balloon.

[–] Thcdenton@lemmy.world 15 points 1 year ago

Dude JS is ez cmon.

[–] PhlubbaDubba@lemm.ee 10 points 1 year ago* (last edited 1 year ago)

"Every time you try to run your code the pendulum will drop lower until...."

Extremely loud crash as pendulum is rocketed into the ground by all the failed run attempts

[–] Johanno@feddit.de 8 points 1 year ago (1 children)

Var x = 1+"two"

Console.Log(x)

Done! I did it. I wrote a program.

[–] NaiveBayesian@programming.dev 6 points 1 year ago (2 children)

Not gonna run with those capital letters

[–] Johanno@feddit.de 3 points 1 year ago

It was never specified to run without errors.

[–] 0000@lemmy.world 2 points 1 year ago
console.log("You had one job.");
[–] magi@lemmy.blahaj.zone 4 points 1 year ago

Do people not read books anymore?

[–] samus12345@lemmy.world 4 points 1 year ago (1 children)

He got so upset he put on glasses and grew facial hair!

[–] nifty@lemmy.world 3 points 11 months ago

Because that’s how long he’s been trying to solve it

[–] olafurp@lemmy.world 3 points 1 year ago

var a = 0

Done

[–] Kolanaki@yiffit.net 2 points 1 year ago

Ok... He didn't say it had to be complicated or anything. Just make a magic 8 ball.

[–] RandomVideos@programming.dev 2 points 1 year ago

Just used he internet archive to open stackoverflow

[–] blek@programming.dev 1 points 11 months ago

hey, an empty file is also a valid program. it does nothing. (like me :p)