<?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: A Reading Guide To Becoming A Better Developer</title> <atom:link href="http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/feed/" rel="self" type="application/rss+xml" /><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/</link> <description>inquisitive: adjective. given to inquiry, research, or asking questions; eager for knowledge; intellectually curious</description> <lastBuildDate>Tue, 22 May 2012 17:40:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Tips for a good resume &#124; Mind.random()</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-28886</link> <dc:creator>Tips for a good resume &#124; Mind.random()</dc:creator> <pubDate>Thu, 18 Feb 2010 04:34:12 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-28886</guid> <description>[...] Read a lot of books or atleast the minimum needed, have a pet project (even better, involve in an open source project) and highlight it on your [...]</description> <content:encoded><![CDATA[<p>[...] Read a lot of books or atleast the minimum needed, have a pet project (even better, involve in an open source project) and highlight it on your [...]</p> ]]></content:encoded> </item> <item><title>By: Becoming A Better Developer &#171; James McLeod</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-25688</link> <dc:creator>Becoming A Better Developer &#171; James McLeod</dc:creator> <pubDate>Thu, 21 Jan 2010 22:16:12 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-25688</guid> <description>[...] sure you take a look at A Reading Guide To Becoming A Better Developer at Davy&#8217;s [...]</description> <content:encoded><![CDATA[<p>[...] sure you take a look at A Reading Guide To Becoming A Better Developer at Davy&#8217;s [...]</p> ]]></content:encoded> </item> <item><title>By: 05/01/2010 : Developper skills day &#124; Skill &#124; My Daily Top RSS Selection</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-24000</link> <dc:creator>05/01/2010 : Developper skills day &#124; Skill &#124; My Daily Top RSS Selection</dc:creator> <pubDate>Tue, 05 Jan 2010 07:42:36 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-24000</guid> <description>[...] A Reading Guide To Becoming A Better Developer [...]</description> <content:encoded><![CDATA[<p>[...] A Reading Guide To Becoming A Better Developer [...]</p> ]]></content:encoded> </item> <item><title>By: Hexanes! &#187; A Reading Guide To Becoming A Better Developer</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23072</link> <dc:creator>Hexanes! &#187; A Reading Guide To Becoming A Better Developer</dc:creator> <pubDate>Tue, 01 Dec 2009 13:02:11 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23072</guid> <description>[...] Davy Brion&#8217;s Blog&#8230; and I totally agree with him lol  I’ve stated previously that reading software development [...]</description> <content:encoded><![CDATA[<p>[...] Davy Brion&#8217;s Blog&#8230; and I totally agree with him lol  I’ve stated previously that reading software development [...]</p> ]]></content:encoded> </item> <item><title>By: Reasoning</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23071</link> <dc:creator>Reasoning</dc:creator> <pubDate>Tue, 01 Dec 2009 12:45:57 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23071</guid> <description>These are good books but, I can&#039;t understand why books on Algorithms &amp; Data Structures, books on different programming paradigms such as functional have been left out. There seems to be a definite bias towards OO programming and the Agile/TDD fad.A developer should consider reading either Knuth books or Introduction to Algorithms book, while not disregarding other good books available in the category. SICP by Abel, Sussman or How to Design Programs by Felleisen et al. should also have been in top of the list. And a book that can provide basics of computer architecture is always a good thing.</description> <content:encoded><![CDATA[<p>These are good books but, I can&#8217;t understand why books on Algorithms &amp; Data Structures, books on different programming paradigms such as functional have been left out. There seems to be a definite bias towards OO programming and the Agile/TDD fad.</p><p>A developer should consider reading either Knuth books or Introduction to Algorithms book, while not disregarding other good books available in the category. SICP by Abel, Sussman or How to Design Programs by Felleisen et al. should also have been in top of the list. And a book that can provide basics of computer architecture is always a good thing.</p> ]]></content:encoded> </item> <item><title>By: Troy</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23063</link> <dc:creator>Troy</dc:creator> <pubDate>Mon, 30 Nov 2009 16:29:07 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23063</guid> <description>I think a major oversite is data structures and algorithms book
like Introduction to Algorithms. Choosing good data structures clarifies your code/program as Fred Brooks and others have noted. Fundamentals are important beyond and above language/paradigm.</description> <content:encoded><![CDATA[<p>I think a major oversite is data structures and algorithms book<br
/> like Introduction to Algorithms. Choosing good data structures clarifies your code/program as Fred Brooks and others have noted. Fundamentals are important beyond and above language/paradigm.</p> ]]></content:encoded> </item> <item><title>By: jonhilt</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23061</link> <dc:creator>jonhilt</dc:creator> <pubDate>Mon, 30 Nov 2009 09:16:32 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23061</guid> <description>For getting design patterns into your head I can highly recommend &quot;Head First Design Patterns&quot; (Eric Freeman, Elisabeth Freeman, Bert Bates, Kathy Sierra - O&#039;Reilly Media)</description> <content:encoded><![CDATA[<p>For getting design patterns into your head I can highly recommend &#8220;Head First Design Patterns&#8221; (Eric Freeman, Elisabeth Freeman, Bert Bates, Kathy Sierra &#8211; O&#8217;Reilly Media)</p> ]]></content:encoded> </item> <item><title>By: Weekly Links #81 &#124; GrantPalin.com</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23059</link> <dc:creator>Weekly Links #81 &#124; GrantPalin.com</dc:creator> <pubDate>Mon, 30 Nov 2009 02:29:13 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23059</guid> <description>[...] A Reading Guide To Becoming A Better Developer A good roundup of a variety of software development books. Some I&#8217;ve read already, some are already on the reading list, and some just got added to the reading list. [...]</description> <content:encoded><![CDATA[<p>[...] A Reading Guide To Becoming A Better Developer A good roundup of a variety of software development books. Some I&#8217;ve read already, some are already on the reading list, and some just got added to the reading list. [...]</p> ]]></content:encoded> </item> <item><title>By: Interesting Finds: 2009 11.23 ~ 11.30 - gOODiDEA.NET</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23058</link> <dc:creator>Interesting Finds: 2009 11.23 ~ 11.30 - gOODiDEA.NET</dc:creator> <pubDate>Mon, 30 Nov 2009 01:41:39 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23058</guid> <description>[...] A Reading Guide To Becoming A Better Developer [...]</description> <content:encoded><![CDATA[<p>[...] A Reading Guide To Becoming A Better Developer [...]</p> ]]></content:encoded> </item> <item><title>By: M.M.F</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23057</link> <dc:creator>M.M.F</dc:creator> <pubDate>Mon, 30 Nov 2009 00:21:11 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23057</guid> <description>Nice Collection :)
thanks</description> <content:encoded><![CDATA[<p>Nice Collection <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br
/> thanks</p> ]]></content:encoded> </item> <item><title>By: fakeslikeUs</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23048</link> <dc:creator>fakeslikeUs</dc:creator> <pubDate>Sun, 29 Nov 2009 01:09:51 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23048</guid> <description>All these choices are great ...great for fakes like Ustrying to get a job</description> <content:encoded><![CDATA[<p>All these choices are great &#8230;</p><p>great for fakes like Us</p><p>trying to get a job</p> ]]></content:encoded> </item> <item><title>By: This Blog Needs No Name &#124; November &#124; 2009</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23047</link> <dc:creator>This Blog Needs No Name &#124; November &#124; 2009</dc:creator> <pubDate>Fri, 27 Nov 2009 20:06:50 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23047</guid> <description>[...] A Reading Guide To Becoming A Better Developer &#8211; [...]</description> <content:encoded><![CDATA[<p>[...] A Reading Guide To Becoming A Better Developer &#8211; [...]</p> ]]></content:encoded> </item> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23040</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Thu, 26 Nov 2009 08:54:14 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23040</guid> <description>@HwiechersAccording to the rules, you can&#039;t do refactoring without tests to verify that the behavior remains the same ;)As for Code Complete, i originally had that listed as the very first one.  I moved it down a bit because the parts about writing actual code don&#039;t really stress the importance of TDD and refactoring enough (IMO).</description> <content:encoded><![CDATA[<p>@Hwiechers</p><p>According to the rules, you can&#8217;t do refactoring without tests to verify that the behavior remains the same <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>As for Code Complete, i originally had that listed as the very first one.  I moved it down a bit because the parts about writing actual code don&#8217;t really stress the importance of TDD and refactoring enough (IMO).</p> ]]></content:encoded> </item> <item><title>By: hwiechers</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23039</link> <dc:creator>hwiechers</dc:creator> <pubDate>Thu, 26 Nov 2009 08:50:25 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23039</guid> <description>Why is Test-Driven Development the first book? Wouldn&#039;t it be better to have the more general books like Code Complete and Refactoring early on and the more TDD/agile specific ones later?A great list regardless.</description> <content:encoded><![CDATA[<p>Why is Test-Driven Development the first book? Wouldn&#8217;t it be better to have the more general books like Code Complete and Refactoring early on and the more TDD/agile specific ones later?</p><p>A great list regardless.</p> ]]></content:encoded> </item> <item><title>By: StevenMcD</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23038</link> <dc:creator>StevenMcD</dc:creator> <pubDate>Thu, 26 Nov 2009 06:48:58 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23038</guid> <description>Looks like a great list, don&#039;t think I have any of those. Time to buy some more books :)</description> <content:encoded><![CDATA[<p>Looks like a great list, don&#8217;t think I have any of those. Time to buy some more books <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Jan Van Ryswyck</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23037</link> <dc:creator>Jan Van Ryswyck</dc:creator> <pubDate>Thu, 26 Nov 2009 06:17:01 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23037</guid> <description>Not all code samples in the PoEAA or EIP book aren&#039;t that good either, but these books does get their point across. I personally learned a lot of things while reading this book, that&#039;s why I mentioned it.</description> <content:encoded><![CDATA[<p>Not all code samples in the PoEAA or EIP book aren&#8217;t that good either, but these books does get their point across. I personally learned a lot of things while reading this book, that&#8217;s why I mentioned it.</p> ]]></content:encoded> </item> <item><title>By: kilfour</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23036</link> <dc:creator>kilfour</dc:creator> <pubDate>Wed, 25 Nov 2009 22:43:25 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23036</guid> <description>On the ones, I&#039;ve read, and I don&#039;t score a 13/15, I fully agree.
I reckon this is going to be one of these posts where people are going to try to out do eachother, so, conforming to expectations :
&#039;Refactoring to Patterns&#039; by Joshua Kerievsky</description> <content:encoded><![CDATA[<p>On the ones, I&#8217;ve read, and I don&#8217;t score a 13/15, I fully agree.<br
/> I reckon this is going to be one of these posts where people are going to try to out do eachother, so, conforming to expectations :<br
/> &#8216;Refactoring to Patterns&#8217; by Joshua Kerievsky</p> ]]></content:encoded> </item> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23035</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Wed, 25 Nov 2009 22:41:52 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23035</guid> <description>i&#039;m sorry, but i really can&#039;t recommend Agile Principles, Patterns and Practices... the part about the SOLID principles is _very_ good, but IMO, it&#039;s the only part of the book that&#039;s worth reading...  I really feel that Clean Code is a much more valuable contribution from Uncle Boband how can you honestly recommend a book that contains sample code like &lt;a href=&quot;http://davybrion.com/blog/2008/11/why-on-earth-would-a-developer-do-this/&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;?</description> <content:encoded><![CDATA[<p>i&#8217;m sorry, but i really can&#8217;t recommend Agile Principles, Patterns and Practices&#8230; the part about the SOLID principles is _very_ good, but IMO, it&#8217;s the only part of the book that&#8217;s worth reading&#8230;  I really feel that Clean Code is a much more valuable contribution from Uncle Bob</p><p>and how can you honestly recommend a book that contains sample code like <a
href="http://davybrion.com/blog/2008/11/why-on-earth-would-a-developer-do-this/" rel="nofollow">this</a>?</p> ]]></content:encoded> </item> <item><title>By: Tom de Koning</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23034</link> <dc:creator>Tom de Koning</dc:creator> <pubDate>Wed, 25 Nov 2009 20:48:40 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23034</guid> <description>Well..Got 13 out of 15, on my way so to speak :)I miss Agile principles as well and a bit of the following:
Software Project Survival Guide
Analysis patterns
The Passionate Programmer
Javascript, the good parts. I&#039;m not that much into referring to a language book as one of my favorites, but this one is particularly good written.</description> <content:encoded><![CDATA[<p>Well..</p><p>Got 13 out of 15, on my way so to speak <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>I miss Agile principles as well and a bit of the following:<br
/> Software Project Survival Guide<br
/> Analysis patterns<br
/> The Passionate Programmer<br
/> Javascript, the good parts. I&#8217;m not that much into referring to a language book as one of my favorites, but this one is particularly good written.</p> ]]></content:encoded> </item> <item><title>By: Jay Turpin</title><link>http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/comment-page-1/#comment-23033</link> <dc:creator>Jay Turpin</dc:creator> <pubDate>Wed, 25 Nov 2009 20:38:49 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1865#comment-23033</guid> <description>And don&#039;t forget &lt;a&gt;The Pragmatic Programmer&lt;/a&gt; by Dave Thomas/Andy Hunt and &lt;a href=&quot;http://www.developerdotstar.com/mag/articles/reeves_design_main.html&quot; rel=&quot;nofollow&quot;&gt;Code as Design&lt;/a&gt; by Jack Reeves</description> <content:encoded><![CDATA[<p>And don&#8217;t forget <a>The Pragmatic Programmer</a> by Dave Thomas/Andy Hunt and <a
href="http://www.developerdotstar.com/mag/articles/reeves_design_main.html" rel="nofollow">Code as Design</a> by Jack Reeves</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/25 queries in 0.014 seconds using disk: basic
Object Caching 656/659 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d18sni7re4ly7f.cloudfront.net

Served from: davybrion.com @ 2012-05-23 01:07:20 -->
