5

Say I have a problem I am dealing with and I have couple of approaches in mind. Am I allowed or encouraged to seek advice on approach on Stack Overflow?

Lately with some questions I believe it might not have been so. I work at a start-up wherein we are all learning new things everything so I try to ask questions even related to best practices which experts follow in the industry today.

Although I don't want specific discussion on a closed question, with a question like this (I admit question was a little verbose), I don't have lots of code to seek advice on as I am not seeking advice on where I am getting NullPointer etc. I just want to know the industry standard, if there are any tools or any steps which can help me avoid certain technical problem.

How should those questions be formed so that it still follows Stack Overflow guidelines. Again to stress, I am not inviting discussion on this closed item, just want to understand if I can seek solutions to such questions on SO.

2
  • 1
    The FAQ does state under "What kind of questions should I not ask here?" that open-ended questions "diminish the usefulness of our site". As for the particular question you link to, I personally even have a hard time figuring out where and what the question is to be honest. Commented Jul 18, 2012 at 19:18
  • Maybe see the new opinion-based questions experiment. Commented 8 hours ago

3 Answers 3

10

You need to change the focus of your question from

How do people usually Foo the Bar?

to

I have been trying {this} to Foo my Bar, but I've run into {a dire problem} with {lines of code in my Bar}. How do I Foo the Bar?

The first one seems like you've done little to no research effort beforehand, and the second sounds like you're stumped and just need a little push. If it sounds like you haven't put effort behind your question, why should I put effort into my answer?

4
  • If there are multiple methods of Fooing the Bar, don't be afraid to try a couple and then post questions detailing your issues with each one. Somebody might notice that one of the methods might be sub-par and tell you, "You should totally drop that and try jQuery." Just make sure each question is specific. Commented Jul 18, 2012 at 20:03
  • For How do people usually Foo the Bar?, there should be a place people could go to ask such questions. The question might sound open ended, but some tasks people want to do aren't well documented, or they require prerequisite knowledge for the asker to even realize what code they should write (to get them to the point where they'd have a minimal reproducible example). Commented Jun 20, 2021 at 20:23
  • I recently saw a question asked that was closed because it wasn't specific enough (stackoverflow.com/questions/68059637/auto-rol-announce). The asker was asking how to make their Discord bot respond to an event. It seems Discord doesn't have an event for that, and the asker wasn't familiar with the idea of tracking state and publishing that event themselves within their system. So how could they have asked how to do that, if they weren't familiar with the design pattern in the first place? Commented Jun 20, 2021 at 20:23
  • One of the things that makes Stack Overflow feel unwelcoming the most is the idea that askers must have prerequisite knowledge in order to ask their question. But then questions are closed without even telling the asker what they're apparently supposed to know in order be allowed to ask their question. It's gatekeeping. Commented Jun 20, 2021 at 20:25
7

Short answer is "NO".

However, for the question you linked can be easily converted from "How can we solve all of worlds problem" to "How can I solve this specific problem".

2
  • 3
    Exactly. Although your problem might be open-ended, your question does not have to be. It's often a matter of phrasing. Commented Jul 18, 2012 at 19:26
  • Short answer is now apparently yes: stackoverflow.com/questions/79832798/… Commented yesterday
1

You can now select a question type when posting.

enter image description here

Tooling Recommendations, Best Practices and Advice are generally open-ended questions, but now seem to be allowed, as long as they are correctly tagged. They will appear like this:

enter image description here

See this announcement for more information about this feature: Opinion-based questions alpha experiment on Stack Overflow

New contributor
Brentspine is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.