The code-examples tag has no wiki summary.
0
votes
0answers
32 views
Fiddel-style sandbox [duplicate]
Possible Duplicate:
Custom jsFiddle for Stack Overflow
I've noticed that more and more questions use fiddel to demonstrate their problem, and more and more answers have links to a fiddel as ...
2
votes
3answers
216 views
How to handle “can you provide an example” in broad question?
I found that sometimes people ask broad questions where I provide only some high level description how to solve the problem. Sometimes the OP is skilled and he knows how to deal with the description ...
78
votes
5answers
2k views
Custom jsFiddle for Stack Overflow
So, I'm a JavaScript developer (mainly), and I've been using Stack Overflow for a bit now. I keep finding myself needing to use http://jsfiddle.net/ (or similar) in order provide demos in my ...
11
votes
2answers
920 views
SSCCE: How to provide examples for programming questions
I saw this today.
It's a description of Short, Self Contained, Correct (Compilable), Example. This would be a useful reference for many as a guideline for how to make code usable in questions on ...