<?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: What is a Power Programmer?</title>
	<atom:link href="http://blog.slickedit.com/2007/04/what-is-a-power-programmer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.slickedit.com/2007/04/what-is-a-power-programmer/</link>
	<description>&#34;Hello World&#34; - The SlickEdit Developer Blog</description>
	<lastBuildDate>Tue, 27 Jul 2010 22:28:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Niksa Jakovljevic</title>
		<link>http://blog.slickedit.com/2007/04/what-is-a-power-programmer/comment-page-1/#comment-490</link>
		<dc:creator>Niksa Jakovljevic</dc:creator>
		<pubDate>Thu, 03 Jul 2008 14:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=65#comment-490</guid>
		<description>Hmmm....by reading this article i realized that i don&#039;t want to be power programmer. why ? because I don&#039;t want to be a geek. I don&#039;t want to spend my whole free time programming or with a computer. There is more in life, than coding. Don&#039;t get me wrong. I have  Msc in Informational Systems and I do like to code, and I do like my job but it&#039;s more broader then you describe it. Power programmer must have great communication skills, must be a good team player, must know how to analyze system, must be a great software architect, etc...
I think that as a power programmer you don&#039;t have to master some API or library, but to be able to learn fast. Nowadays there are millions of libraries, languages,etc... it&#039;s stupid to hold that in your head as it&#039;s constantly changing... also knowing big O notation is not so important, because as BlogReader said you can easily google that ... more important is to know and understand mathematics. Also , I would add Design Patterns as a must for every programmer. 

Best Regards,
Niksa</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;.by reading this article i realized that i don&#8217;t want to be power programmer. why ? because I don&#8217;t want to be a geek. I don&#8217;t want to spend my whole free time programming or with a computer. There is more in life, than coding. Don&#8217;t get me wrong. I have  Msc in Informational Systems and I do like to code, and I do like my job but it&#8217;s more broader then you describe it. Power programmer must have great communication skills, must be a good team player, must know how to analyze system, must be a great software architect, etc&#8230;<br />
I think that as a power programmer you don&#8217;t have to master some API or library, but to be able to learn fast. Nowadays there are millions of libraries, languages,etc&#8230; it&#8217;s stupid to hold that in your head as it&#8217;s constantly changing&#8230; also knowing big O notation is not so important, because as BlogReader said you can easily google that &#8230; more important is to know and understand mathematics. Also , I would add Design Patterns as a must for every programmer. </p>
<p>Best Regards,<br />
Niksa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Dexter Ward</title>
		<link>http://blog.slickedit.com/2007/04/what-is-a-power-programmer/comment-page-1/#comment-118</link>
		<dc:creator>Charles Dexter Ward</dc:creator>
		<pubDate>Fri, 21 Sep 2007 11:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=65#comment-118</guid>
		<description>I agree with the article totally. However, the phrase &quot;Power Programmer&quot; sounds kind of silly to me. It is probably because of a huge resemblance to &quot;Power Ranger&quot;, which in this case sounds more nerdy, than &quot;Nerd&quot; itself...</description>
		<content:encoded><![CDATA[<p>I agree with the article totally. However, the phrase &#8220;Power Programmer&#8221; sounds kind of silly to me. It is probably because of a huge resemblance to &#8220;Power Ranger&#8221;, which in this case sounds more nerdy, than &#8220;Nerd&#8221; itself&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Watkins</title>
		<link>http://blog.slickedit.com/2007/04/what-is-a-power-programmer/comment-page-1/#comment-63</link>
		<dc:creator>Daniel Watkins</dc:creator>
		<pubDate>Thu, 14 Jun 2007 15:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=65#comment-63</guid>
		<description>BlogReader: I think the point is that you&#039;ll have looked this stuff up on Google etc. so much that it&#039;ll become second nature.

Also, define &#039;best one&#039; and &#039;default&#039; in that context.</description>
		<content:encoded><![CDATA[<p>BlogReader: I think the point is that you&#8217;ll have looked this stuff up on Google etc. so much that it&#8217;ll become second nature.</p>
<p>Also, define &#8216;best one&#8217; and &#8216;default&#8217; in that context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogReader</title>
		<link>http://blog.slickedit.com/2007/04/what-is-a-power-programmer/comment-page-1/#comment-46</link>
		<dc:creator>BlogReader</dc:creator>
		<pubDate>Mon, 21 May 2007 02:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=65#comment-46</guid>
		<description>A power programmer would be able to tell you the Big O notations for all common sorting algorithms?  I wouldn&#039;t be able to -- instead I would look it up on Google.  Why store that bit of information in my brain when a) it isn&#039;t that useful, b) it already has been researched to death, and c) I&#039;m probably using the best one by default anyway.</description>
		<content:encoded><![CDATA[<p>A power programmer would be able to tell you the Big O notations for all common sorting algorithms?  I wouldn&#8217;t be able to &#8212; instead I would look it up on Google.  Why store that bit of information in my brain when a) it isn&#8217;t that useful, b) it already has been researched to death, and c) I&#8217;m probably using the best one by default anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky Clarkson</title>
		<link>http://blog.slickedit.com/2007/04/what-is-a-power-programmer/comment-page-1/#comment-41</link>
		<dc:creator>Ricky Clarkson</dc:creator>
		<pubDate>Wed, 16 May 2007 14:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=65#comment-41</guid>
		<description>This blog post has made me decide to start calling myself a hacker instead of a programmer.</description>
		<content:encoded><![CDATA[<p>This blog post has made me decide to start calling myself a hacker instead of a programmer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Halstead</title>
		<link>http://blog.slickedit.com/2007/04/what-is-a-power-programmer/comment-page-1/#comment-40</link>
		<dc:creator>Nick Halstead</dc:creator>
		<pubDate>Wed, 16 May 2007 07:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=65#comment-40</guid>
		<description>Good Article, but I have to agree that &#039;Power Programmer&#039; is not something I would want to be labeled with. I would prefer &#039;Nerd&#039;,&#039;Super Nerd&#039;,&#039;Geek&#039;,&#039;Uber Geek&#039; or in fact &#039;God&#039; 

:)</description>
		<content:encoded><![CDATA[<p>Good Article, but I have to agree that &#8216;Power Programmer&#8217; is not something I would want to be labeled with. I would prefer &#8216;Nerd&#8217;,'Super Nerd&#8217;,'Geek&#8217;,'Uber Geek&#8217; or in fact &#8216;God&#8217; </p>
<p> <img src='http://blog.slickedit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://blog.slickedit.com/2007/04/what-is-a-power-programmer/comment-page-1/#comment-39</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Wed, 16 May 2007 04:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=65#comment-39</guid>
		<description>Hi Scott. I&#039;ve blogged in the past about a similar topic. I discussed what I felt makes up the day of a &lt;a href=&quot;http://rant.blackapache.net/2006/10/04/the-day-job/&quot; rel=&quot;nofollow&quot;&gt;good developer&lt;/a&gt;, and would be interested to hear your thoughts on the things I&#039;ve mentioned. Do they describe the actions and mentality of what you perceive to be a &lt;em&gt;power programmer&lt;/em&gt;?

Cheers.
OJ.</description>
		<content:encoded><![CDATA[<p>Hi Scott. I&#8217;ve blogged in the past about a similar topic. I discussed what I felt makes up the day of a <a href="http://rant.blackapache.net/2006/10/04/the-day-job/" rel="nofollow">good developer</a>, and would be interested to hear your thoughts on the things I&#8217;ve mentioned. Do they describe the actions and mentality of what you perceive to be a <em>power programmer</em>?</p>
<p>Cheers.<br />
OJ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Fleckenstein</title>
		<link>http://blog.slickedit.com/2007/04/what-is-a-power-programmer/comment-page-1/#comment-38</link>
		<dc:creator>Scott Fleckenstein</dc:creator>
		<pubDate>Wed, 16 May 2007 03:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=65#comment-38</guid>
		<description>&quot;Power Programmer&quot;?  No thanks.  Even with the negative connotations, I feel immense pride when someone calls me a hacker.

&quot;Power Programmer&quot; doesn&#039;t have history.</description>
		<content:encoded><![CDATA[<p>&#8220;Power Programmer&#8221;?  No thanks.  Even with the negative connotations, I feel immense pride when someone calls me a hacker.</p>
<p>&#8220;Power Programmer&#8221; doesn&#8217;t have history.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
