this post was submitted on 28 May 2024
302 points (84.0% liked)

Programmer Humor

18243 readers
1717 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 1 year ago
MODERATORS
 

but stackoverflow how i fixy the brokey!

you are viewing a single comment's thread
view the rest of the comments
[–] ChaoticNeutralCzech@feddit.de 17 points 1 month ago* (last edited 1 month ago) (1 children)
[–] victorz@lemmy.world 35 points 1 month ago (2 children)

MDN ftw, screw stackoverflow.

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

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

[–] victorz@lemmy.world 3 points 1 month 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 month 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 month 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.