Ask HN: Is there a “solve my programming problem” website?

21 points by fiatjaf ↗ HN
StackOverflow isn't suited for "here's my code, what's wrong with it" questions, but is there a site or forum that is?

10 comments

[ 3.5 ms ] story [ 32.7 ms ] thread
For free or for compensation? For compensation, maybe AirPair.com?
StackOverflow for sure. Not sure why you disagree.
StackOverflow strongly prefers "Short, Self Contained, Correct (Compilable), Example"s [sscce.org] that showcase a specific problem.

If you go and paste several files with a few hundred lines of code, you're unlikely to get any help. People will not usually make the effort to set your project up locally (because you likely didn't paste the project configuration), debug it, and send you the diff to the fixed project.

But more importantly, any answer to your question is hard to transfer to problems other people have. It can't be used as a reference or solution repository anymore, because there's so much distraction around the essence of your problem.

The help center also has an entry about this: http://stackoverflow.com/help/mcve

algorithmia.com, it has codebounty where you can pose your problem
That could be an interesting take on a marketplace, where a fee is set and people solve larger problems for payment.
Google - a big part of it is framing the query to get the responses you need.