How to Ask
Improve code that you wrote or maintain, through peer review.
Your question must contain code that is already working correctly, and the relevant code sections must be embedded in the question. Please avoid stripping out key details that may be relevant to the review. If your code is incomplete or not working, you should ask for help on another site.
You may wish to mention specific concerns: performance, security issues, etc.
We recommend reading our Guide to Asking Questions.
If your question is about this website, ask it on meta instead.
How to Format
► put returns between paragraphs
► for linebreak add 2 spaces at end
► _italic_ or **bold**
► indent code by 4 spaces
► backtick escapes `like _so_`
► quote by placing > at start of line
► to make links
<http://foo.com>
[foo](http://foo.com)
<a href="http://foo.com">foo</a>
► basic HTML also allowed
► MathJaX equations \$\sin^2 \theta\$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions.
► favor existing popular tags; avoid creating new tags
► use common abbreviations
► don't include synonyms
► combine multiple words into single-words with dashes
► maximum of 5 tags, 25 chars per tag
► tag characters: [a-z 0-9 + # - .]
► delimit tags by space, semicolon, or comma