<?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>Comments on: [Opinion] Every Efficient Developer Should Know&#8230;</title>
	<atom:link href="http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Tue, 27 Jul 2010 22:22:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pmularien</title>
		<link>http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/comment-page-1/#comment-2545</link>
		<dc:creator>pmularien</dc:creator>
		<pubDate>Wed, 23 Jul 2008 02:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/#comment-2545</guid>
		<description>As a Java person, the thought of regular expressions brings me thoughts of &lt;a href=&quot;http://www.reddit.com/r/programming/comments/24p69/Ask_Reddit_Why_programming_in_Java_is_generally_a/c24v86&quot; rel=&quot;nofollow&quot;&gt;backslash he**&lt;/a&gt;, but I agree. Thanks for the input, a couple more books to add to my reading list!</description>
		<content:encoded><![CDATA[<p>As a Java person, the thought of regular expressions brings me thoughts of <a href="http://www.reddit.com/r/programming/comments/24p69/Ask_Reddit_Why_programming_in_Java_is_generally_a/c24v86" rel="nofollow">backslash he**</a>, but I agree. Thanks for the input, a couple more books to add to my reading list!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Huggins</title>
		<link>http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/comment-page-1/#comment-2508</link>
		<dc:creator>Kris Huggins</dc:creator>
		<pubDate>Sat, 19 Jul 2008 21:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/#comment-2508</guid>
		<description>I second Rusty.  Learn regular expressions now.  You&#039;ll realize how much time you&#039;ve been wasting not having previously known this technology.

My tool is something that isn&#039;t really programming, but has saved me countless hours of coding:  Keyboard Macros in your editor (i.e. XEmacs, JEdit, Visual Studio, Ultra Edit).

The esoteric learning experiences that have made me better are (1) reading Code Complete 2.0  (2) Learning patterns.  I choose these mostly because they enhanced my ability to communicate design.</description>
		<content:encoded><![CDATA[<p>I second Rusty.  Learn regular expressions now.  You&#8217;ll realize how much time you&#8217;ve been wasting not having previously known this technology.</p>
<p>My tool is something that isn&#8217;t really programming, but has saved me countless hours of coding:  Keyboard Macros in your editor (i.e. XEmacs, JEdit, Visual Studio, Ultra Edit).</p>
<p>The esoteric learning experiences that have made me better are (1) reading Code Complete 2.0  (2) Learning patterns.  I choose these mostly because they enhanced my ability to communicate design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusty Wright</title>
		<link>http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/comment-page-1/#comment-2493</link>
		<dc:creator>Rusty Wright</dc:creator>
		<pubDate>Fri, 18 Jul 2008 17:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/#comment-2493</guid>
		<description>First I&#039;d read Mastering Regular Expressions by Friedl.  Or maybe afterwards.  But certainly you should read MRE if you&#039;re going to learn sed and awk.  Actually, everyone should read MRE since you&#039;ll use regular expressions at some point in your career as a programmer.</description>
		<content:encoded><![CDATA[<p>First I&#8217;d read Mastering Regular Expressions by Friedl.  Or maybe afterwards.  But certainly you should read MRE if you&#8217;re going to learn sed and awk.  Actually, everyone should read MRE since you&#8217;ll use regular expressions at some point in your career as a programmer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anjan bacchu</title>
		<link>http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/comment-page-1/#comment-2470</link>
		<dc:creator>anjan bacchu</dc:creator>
		<pubDate>Thu, 17 Jul 2008 06:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/#comment-2470</guid>
		<description>hi there,

grep, xargs, find, sed, mc

BR,
~A</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>grep, xargs, find, sed, mc</p>
<p>BR,<br />
~A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anjan bacchu</title>
		<link>http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/comment-page-1/#comment-2469</link>
		<dc:creator>anjan bacchu</dc:creator>
		<pubDate>Thu, 17 Jul 2008 06:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/#comment-2469</guid>
		<description>hi there,

  grep, xargs, find, sed, mc

BR,
~A</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>  grep, xargs, find, sed, mc</p>
<p>BR,<br />
~A</p>
]]></content:encoded>
	</item>
</channel>
</rss>
