this post was submitted on 27 Jun 2024
994 points (98.1% liked)

Programmer Humor

19291 readers
1588 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
 

Cross posted from: https://lemm.ee/post/35627632

you are viewing a single comment's thread
view the rest of the comments
[–] Korne127@lemmy.world 62 points 3 months ago (4 children)

In my experience, you can't expect it to deliver great working code, but it can always point you in the right direction.
There were some situations in which I just had no idea on how to do something, and it pointed me to the right library. The code itself was flawed, but with this information, I could use the library documentation and get it to work.

[–] xia@lemmy.sdf.org 12 points 3 months ago (1 children)

It can point you in a direction, for sure, but sometimes you find out much later that it's a dead-end.

[–] EatATaco@lemm.ee 3 points 3 months ago

Which is, of course, true for every source of information that can point you in a direction.

load more comments (2 replies)