[community topic, folks: and now a uservoice request: vote it up there.
upvote it if you find the idea interesting, downvote it otherwise: no karma will be harmed ;) ]
[Please do not delete this question: it serves as rule for code-challenges]
You heard it first from Jeff (podcast 19, around 28:00)
the audience of people that read Coding Horror and the audience of people that read Joel on Software are already fairly elite in the programmers.
And then again late September, in podcast 23 at 14:50:
Jeff: Stackoverflow is really for the elite developers in my opinion
Joel: agreed
So here you go. If you are here because you read one or both of those blogs, I bow before your awesomeness.
You are an elite programmer.
[Humor inside of course, both from Jeff in his podcast, and from me for this topic, do not take this seriously ;)]
You can talk the talk (and spray some quick answers with a few links, a wikipedia reference and some thoughts, for quick rep' gains)
BUT CAN YOU WALK THE WALK ?
Enter the "code-challenge".
A code-challenge is not:
- a Puzzle game, we are talking about practical problems here
- a bounty system (should it be implemented) where some user must forfeit some rep' point in the hope of an answer. The kind of questions concerned by bounties are not the same concerned by a 'code-challenge': not every 'hard' question can be solved by some source code.
A code-challenge is:
A complete source code, which can be copy-pasted and executed, and which answers precisely a practical question (and not a theoretical mind-game problem).
The goal can also be to answer it in as many languages as possible, both for the fun of it, and because all users may have the same problem on different development platforms.
Even if a question is not originally a code-challenge, the fact that a well-written script can help to obtain the exact expected output makes it eligible for a 'code-challenge' tag, and a worthy exercise for all of you 'elite coders' out there ;)
How to set up a code challenge ?"
- the user asking a question can tag his with a 'code-challenge'. He must then edit his question in order to have the clearest specification possible
- any user with enough rep (750) can re-tag a question 'code-challenge', add a community answer with some specifications clarifications, and then add one or several answers, provided those contain executable code that gives precisely the expected output
Why set up a code challenge ?
In the grand scheme of solving the "Solving the Fastest Gun in the West Problem", this may help.
I often notice simple questions like "How do I know if Windows has just recovered from a BSOD?" or "How do I find the install time and date of Windows?".
The answ
