this post was submitted on 23 Sep 2023
1551 points (98.4% liked)

Programmer Humor

19187 readers
1164 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
1551
My Journey (telegra.ph)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

but i use ddg btw

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 12 points 1 year ago (1 children)

Most of genz get it pretty intuitively because they grow up with Google searching. I didn't realise until recently how much more important it is you understand the answers than find them especially if you're getting a niche error.

[โ€“] [email protected] 4 points 1 year ago* (last edited 1 year ago)

Yep people who try to copy paste code without understanding it are not programmers.

Even though, I admit I do that myself with new languages. I tried to build a Rust async application and it worked but didn't properly work... I just put code in there and got something running.

But now I went back and read the docs and realized I'm doing things wrongly.