I have an architecture question, which involves both best practices and design patterns part, as well as "best tool for the job" part. As far as I know the first part, if written correctly, is a valid Programmers.SE question, where as the latter, again, if thoughtfully crafted, may be a good Stackoverflow question.

So here is my question

  1. Where such a question should be asked? Is there any stack exchange site that fits it best?
  2. Should I divide the question between the sites (to the "architecture" part, and the "tools" part)
  3. Are there any good examples of a similar class of questions that are considered good?

I couldn't find the answer I'm looking for in this related question: Which site should I use for my question? And where do I find this info? - Stack Exchange's Site Directory

share|improve this question

2 Answers

up vote 7 down vote accepted

A "best tool for the job" or "find me a tool that does X" question really doesn't belong on Stack Exchange in general. The question would most likely be closed as "not constructive". Such questions are highly subjective, tend to attract lots of spam ("try my tool", "no mine is better", "I like this", "I also like this!") and it is rare to be able to support your decision with facts.

A more appropriate question would be something along the lines of: "Is tool X suitable for task Y? Would I be using it for its intended purpose or is this outside of the domain the tool was designed for?"

There are exceptions, but questions asking about a specific tool can usually be made to be acceptable, and any question for which the answer will be one or more tools not mentioned in the question at all are unlikely to be suitable on any SE site.

share|improve this answer
So is a question about "is Hadoop a recommended tool for solving problem X" is a valid question in SO? – Eran Medan Sep 19 '12 at 19:18
@EhrannMehdan I wouldn't use the term "recommended" as that is asking for opinions. You want questions that will provide facts. "Is Hadoop capable of solving problem X?" or "was Hadoop designed to solve problems such as X?" is more along the lines of what you'd want. – Servy Sep 19 '12 at 19:22
Thank you, here is the question: stackoverflow.com/questions/12501920/… I hope it's ok – Eran Medan Sep 19 '12 at 19:55
1  
@EhrannMehdan The title seems a bit...much. Consider shortening it; titles need not be complete sentances. But I'd say it's a good (in scope) question for the site the way that you phrased it. – Servy Sep 19 '12 at 19:57
Thanks for the help! – Eran Medan Sep 19 '12 at 20:03

I would use SO, assumming you know what language you want, and ask a question that you've researched. For example, look at my last question on SO (I'm on my phone atm, so no link right now)

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged