Category:Code snippets: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
(New page: List of pages with good, exemplary code snippets. Browse around, you might learn something new.)
 
No edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
List of pages with good, exemplary code snippets. Browse around, you might learn something new.
List of pages with code snippets. Browse around, you might learn something new.
 
<pre class='sample-bad'>
Code samples highlighted in red like this are bad ideas.
Usually, this code does not work, and the sample is to point out _that_ this code does not work.
</pre>
 
<pre class='sample-good'>
Code samples highlighted in green, however, _do_ work.
They are usually presented beside the bad examples, as an idea what should be done instead.
</pre>

Latest revision as of 21:27, 3 February 2010

List of pages with code snippets. Browse around, you might learn something new.

Code samples highlighted in red like this are bad ideas.
Usually, this code does not work, and the sample is to point out _that_ this code does not work.
Code samples highlighted in green, however, _do_ work.
They are usually presented beside the bad examples, as an idea what should be done instead.

This category currently contains no pages or media.