<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: Code Snippets. When, How and Why?</title>
	<atom:link href="http://breakthesystem.org/2009/code-snippets-when-how-and-why/feed/" rel="self" type="application/rss+xml" />
	<link>http://breakthesystem.org/2009/code-snippets-when-how-and-why/</link>
	<description>Elegante Anwendungen für Web, iPhone und Mac</description>
	<lastBuildDate>Sat, 06 Feb 2010 11:15:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Daniel</title>
		<link>http://breakthesystem.org/2009/code-snippets-when-how-and-why/comment-page-1/#comment-275</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 03 Mar 2009 15:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=61#comment-275</guid>
		<description>Ah, so I don&#039;t have to copy and paste the snippets each time?</description>
		<content:encoded><![CDATA[<p>Ah, so I don&#8217;t have to copy and paste the snippets each time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Nathaniel Nutter</title>
		<link>http://breakthesystem.org/2009/code-snippets-when-how-and-why/comment-page-1/#comment-244</link>
		<dc:creator>Nathaniel Nutter</dc:creator>
		<pubDate>Fri, 06 Feb 2009 22:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=61#comment-244</guid>
		<description>Some editors have a code snippets manager built in (TextMate, Vim via addon, etc.)

The snippets that are most useful to me are those that represent a fixed syntax, like a for loop. Instead of having to type out the whole structure you just type &#039;for&#039; and press tab and it&#039;s automatically created.</description>
		<content:encoded><![CDATA[<p>Some editors have a code snippets manager built in (TextMate, Vim via addon, etc.)</p>
<p>The snippets that are most useful to me are those that represent a fixed syntax, like a for loop. Instead of having to type out the whole structure you just type &#8216;for&#8217; and press tab and it&#8217;s automatically created.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
