this post was submitted on 29 Mar 2024
407 points (95.3% liked)

Programmer Humor

19187 readers
1483 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 5 months ago (1 children)

most people don't know how to properly formulate questions and it shows. 90% of new questions on SO are just bottom barrel which is why the rules are so strict about quality.

[–] [email protected] 13 points 5 months ago (1 children)

Absolutely true, but it's also more difficult to ask a good question when you don't know anything about what you're asking.

People who know a lot about a topic can ask very good questions about that topic.

The problem I see with most questions people post online is that they make too many assumptions that their audience will will magically understand the context of their question.

Good questions require relevant context.

Determining relevancy requires expertise.

Expertise comes from experience.

No matter how many questions you ask and answers you get you'll never "understand" something until you do it.

Instead of asking questions like "How do I do X?" people should be asking "I'm trying to accomplish X, I've tried Y, but I'm encountering Z. How could I resolve this?"

I guess my rule is that you should never ask someone a question without first trying to answer it yourself.

[–] [email protected] 1 points 5 months ago

100% agree, and the new question page on SO makes most of those points but generally people dont read it. It would be kinda nice if they integrated an LLM to double check if questions need improvement before they get submitted.