this post was submitted on 10 Jul 2023
13 points (93.3% liked)
Programmer Humor
32380 readers
1243 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
StackOverflow is good for:
general questions (when you don't know where to look for) eg. how do I go about ...?
specific questions (when you know what you want, in simple english) eg. suggest ways I can ...?
quick fixes with more than one suggestion eg. I get this error, how to fix and please explain.
understanding concepts as different people explain concepts differently eg. what is ...?
Documentation is good for:
details (when you need to know more and when you really know what you need)
features (find a list when you want to know what else you can do with it)
Another thing stackoverflow is good for is if you're like 14, don't really know programming that well and can't quite comprehend what you're doing but know how to copy and paste code then fidget around with it until your ide stops complaining and it compiles and all works together.