<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	<review>
  <id>34942844</id>
    <user>
    <id>216786</id>
    <name><![CDATA[Ken-ichi]]></name>
    <location><![CDATA[Oakland, CA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/216786-ken-ichi]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1223965841p3/216786.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1223965841p2/216786.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">4099</id>
  <isbn>020161622X</isbn>
  <isbn13>9780201616224</isbn13>
  <text_reviews_count type="integer">59</text_reviews_count>
  <title>
    <![CDATA[The Pragmatic Programmer: From Journeyman to Master]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1165384260m/4099.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1165384260s/4099.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer_From_Journeyman_to_Master</link>
  <average_rating>4.38</average_rating>
  <ratings_count>402</ratings_count>
  <description>
    <![CDATA[<blockquote>If I'm putting together a project, it's the  authors of this book that I want. . . . And failing that I'd settle  for people who've read their book.&quot; <em>-- Ward  Cunningham</em></blockquote>  <p>Straight from the programming trenches, The Pragmatic Programmer  cuts through the increasing specialization and technicalities of  modern software development to examine the core process--taking a  requirement and producing working, maintainable code that delights its  users. It covers topics ranging from personal responsibility and  career development to architectural techniques for keeping your code  flexible and easy to adapt and reuse. Read this book, and you'll learn  how to  <p>&lt;ul&gt;  &lt;li&gt;Fight software rot;  &lt;li&gt;Avoid the trap of duplicating knowledge;  &lt;li&gt;Write flexible, dynamic, and adaptable code;  &lt;li&gt;Avoid programming by coincidence;  &lt;li&gt;Bullet-proof your code with contracts, assertions, and exceptions;  &lt;li&gt;Capture real requirements;  &lt;li&gt;Test ruthlessly and effectively;  &lt;li&gt;Delight your users;  &lt;li&gt;Build teams of pragmatic programmers; and  &lt;li&gt;Make your developments more precise with automation.    <p>Written as a series of self-contained sections and filled with  entertaining anecdotes, thoughtful examples, and interesting  analogies, The Pragmatic Programmer illustrates the best practices and  major pitfalls of many different aspects of software  development. Whether you're a new coder, an experienced programmer, or  a manager responsible for software projects, use these lessons daily,  and you'll quickly see improvements in personal productivity,  accuracy, and job satisfaction. You'll learn skills and develop habits  and attitudes that form the foundation for long-term success in your  career. You'll become a Pragmatic Programmer.  </p></p></p>]]>
  </description>
<authors>
    <author>
    <id>2812</id>
        <name><![CDATA[Andrew Hunt]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/2812.Andrew_Hunt]]></link>
    <average_rating>4.28</average_rating>
    <ratings_count>441</ratings_count>
    <text_reviews_count>62</text_reviews_count>
  </author>
    <author>
    <id>3107092</id>
        <name><![CDATA[David  Thomas]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/3107092.David_Thomas]]></link>
    <average_rating>4.33</average_rating>
    <ratings_count>421</ratings_count>
    <text_reviews_count>60</text_reviews_count>
  </author>
  </authors>  <published>1999</published>
</book>

    <user_statuses>
        <user_status>
  <body></body>
  <chapter type="integer" nil="true"></chapter>
  <comments_count type="integer">1</comments_count>
  <created_at type="datetime">2009-01-29T00:45:08-08:00</created_at>
  <id type="integer">322830</id>
  <last_comment_at type="datetime">2009-01-29T10:50:37-08:00</last_comment_at>
  <page type="integer">217</page>
  <updated_at type="datetime">2009-01-29T00:45:08-08:00</updated_at>
</user_status>

        <user_status>
  <body>Getting better.  Tracer Code is an interesting approach</body>
  <chapter type="integer" nil="true"></chapter>
  <comments_count type="integer">0</comments_count>
  <created_at type="datetime">2008-10-10T16:13:41-07:00</created_at>
  <id type="integer">18884</id>
  <last_comment_at type="datetime" nil="true"></last_comment_at>
  <page type="integer">52</page>
  <updated_at type="datetime">2008-10-10T16:13:41-07:00</updated_at>
</user_status>

      </user_statuses>
    <rating>3</rating>
  <votes>5</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="learning" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Mon Feb 02 00:00:00 -0800 2009</read_at>
  <date_added>Thu Oct 09 17:09:02 -0700 2008</date_added>
  <date_updated>Mon Feb 02 10:55:07 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[This is essentially a self-help guide for programmers, the kind of book that enumerates the habits of Good and Happy People and makes you feel slightly guilty about not practicing most of them, but probably won't result in you forsaking your evil ways and stepping on the path toward Nirvana.  Hunt a...<a href="http://www.goodreads.com/review/show/34942844">more...</a>]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/34942844]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/34942844]]></link>
</review>

</GoodreadsResponse>