<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	
<book id="2278064">
  <title><![CDATA[Design Patterns in Ruby (Addison-Wesley Professional Ruby Series)]]></title>
  <isbn><![CDATA[0321490452]]></isbn>
  <isbn13><![CDATA[9780321490452]]></isbn13>
  <work>
  <best-book-id type="integer">2278064</best-book-id>
  <books-count type="integer">1</books-count>
  <default-description>&lt;p&gt;Praise for &lt;b&gt;&lt;i&gt;Design Patterns in Ruby&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&quot;&lt;b&gt;&lt;i&gt;Design Patterns in Ruby&lt;/i&gt;&lt;/b&gt; documents smart ways to resolve many problems that Ruby developers commonly encounter. Russ Olsen has done a great job of selecting classic patterns and augmenting these with newer patterns that have special relevance for Ruby. He clearly explains each idea, making a wealth of experience available to Ruby developers for their own daily work.&quot;&lt;/p&gt;&lt;p&gt;&#8212;Steve Metsker, Managing Consultant with Dominion Digital, Inc.&lt;/p&gt;&lt;p&gt;&quot;This book provides a great demonstration of the key 'Gang of Four' design patterns without resorting to overly technical explanations. Written in a precise, yet almost informal style, this book covers enough ground that even those without prior exposure to design patterns will soon feel confident applying them using Ruby. Olsen has done a great job to make a book about a classically 'dry' subject into such an engaging and even occasionally humorous read.&quot;&lt;/p&gt;&lt;p&gt;&#8212;Peter Cooper&lt;/p&gt;&lt;p&gt;&quot;This book renewed my interest in understanding patterns after a decade of good intentions. Russ picked the most useful patterns for Ruby and introduced them in a straightforward and logical manner, going beyond the GoF's patterns. This book has improved my use of Ruby, and encouraged me to blow off the dust covering the GoF book.&quot;&lt;/p&gt;&lt;p&gt;&#8212;Mike Stok&lt;/p&gt;&lt;p&gt;&quot;&lt;i&gt;&lt;b&gt;Design Patterns in Ruby&lt;/b&gt;&lt;/i&gt; is a great way for programmers from statically typed objectoriented languages to learn how design patterns appear in a more dynamic, flexible language like Ruby.&quot;&lt;/p&gt;&lt;p&gt;&#8212;Rob Sanheim, Ruby Ninja, Relevance&lt;/p&gt;&lt;p&gt;Most design pattern books are based on C++ and Java. But Ruby is different&#8212;and the language's unique qualities make design patterns easier to implement and use. In this book, Russ Olsen demonstrates how to combine Ruby's power and elegance with patterns, and write more sophisticated, effective software with far fewer lines of code.&lt;/p&gt;&lt;p&gt;After reviewing the history, concepts, and goals of design patterns, Olsen offers a quick tour of the Ruby language&#8212;enough to allow any experienced software developer to immediately utilize patterns with Ruby. The book especially calls attention to Ruby features that simplify the use of patterns, including dynamic typing, code closures, and &quot;mixins&quot; for easier code reuse.&lt;/p&gt;&lt;p&gt;Fourteen of the classic &quot;Gang of Four&quot; patterns are considered from the Ruby point of view, explaining what problems each pattern solves, discussing whether traditional implementations make sense in the Ruby environment, and introducing Ruby-specific improvements. You'll discover opportunities to implement patterns in just one or two lines of code, instead of the endlessly repeated boilerplate that conventional languages often require.&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;Design Patterns in Ruby&lt;/i&gt;&lt;/b&gt; also identifies innovative new patterns that have emerged from the Ruby community. These include ways to create custom objects with metaprogramming, as well as the ambitious Rails-based &quot;Convention Over Configuration&quot; pattern, designed to help integrate entire applications and frameworks.&lt;/p&gt;&lt;p&gt;Engaging, practical, and accessible, &lt;i&gt;&lt;b&gt;Design Patterns in Ruby&lt;/b&gt;&lt;/i&gt; will help you build better software while making your Ruby programming experience more rewarding.&lt;/p&gt;</default-description>
  <id type="integer">2284175</id>
  <media-type nil="true"></media-type>
  <original-language-id type="integer" nil="true"></original-language-id>
  <original-publication-day type="integer">20</original-publication-day>
  <original-publication-month type="integer">12</original-publication-month>
  <original-publication-year type="integer">2007</original-publication-year>
  <original-title>Design Patterns in Ruby (Addison-Wesley Professional Ruby Series)</original-title>
  <rating-dist>total:28|5:8|4:15|3:5|2:0|1:0|</rating-dist>
  <ratings-count type="integer">28</ratings-count>
  <ratings-sum type="integer">115</ratings-sum>
  <reviews-count type="integer">61</reviews-count>
  <text-reviews-count type="integer">5</text-reviews-count>
</work>

  <average_rating><![CDATA[4.11]]></average_rating>
  <ratings_count><![CDATA[28]]></ratings_count>
  <text_reviews_count><![CDATA[5]]></text_reviews_count>
  <url><![CDATA[http://www.goodreads.com/book/show/2278064.Design_Patterns_in_Ruby]]></url>
  <authors>
        <author id="303158">
      <name><![CDATA[Russ Olsen]]></name>
      <role><![CDATA[]]></role>
      <url><![CDATA[http://www.goodreads.com/author/show/303158.Russ_Olsen]]></url>
      <average_rating><![CDATA[4.09]]></average_rating>
      <ratings_count><![CDATA[34]]></ratings_count>
      <text_reviews_count><![CDATA[5]]></text_reviews_count>
    </author>
      </authors>
    <reviews start="1" end="20" total="61">
    <review id="67513905">
    <user id="1429755">
    <name><![CDATA[Noah]]></name>
    <location><![CDATA[The United States]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1429755-noah?utm_medium=api]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Aug 15 12:37:06 -0700 2009</date_added>
  <date_updated>Sat Aug 15 12:44:40 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[Good but overly wordy book of design patterns in ruby. Ruby implementations of design patterns are definitely terse which is exciting and the patterns are very useful. There were several cases where I could think of simpler or alternate implementations than the ones given (e.g. composite). <br/><br/>...<a href="http://www.goodreads.com/review/show/67513905">more...</a>]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/67513905?utm_medium=api]]></url>
</review>
    <review id="32467210">
    <user id="216786">
    <name><![CDATA[Ken-ichi]]></name>
    <location><![CDATA[Oakland, CA]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/216786-ken-ichi?utm_medium=api]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="learning" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Fri Aug 01 00:00:00 -0700 2008</read_at>
  <date_added>Tue Sep 09 15:09:25 -0700 2008</date_added>
  <date_updated>Tue Sep 09 15:17:00 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[Having recently taken a <a rel="nofollow" target="_blank" href="http://courses.ischool.berkeley.edu/i290-1/s08/">course</a> on design patterns, I was eager to start applying them in my work.  Most of the examples out there are very Java-oriented, and I was constantly wondering whether my implementations were &quot;rubyish&quot; enough.  This book is an expensive but well-written and well-or...<a href="http://www.goodreads.com/review/show/32467210">more...</a>]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/32467210?utm_medium=api]]></url>
</review>
    <review id="16063577">
    <user id="86686">
    <name><![CDATA[James]]></name>
    <location><![CDATA[N4, The United Kingdom]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/86686-james-stewart?utm_medium=api]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="techbooks" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Sat Mar 01 00:00:00 -0800 2008</read_at>
  <date_added>Fri Feb 22 03:19:39 -0800 2008</date_added>
  <date_updated>Fri Mar 28 04:44:53 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[For many the idea of bringing design patterns to ruby is a terrifying one. Having taken refuge from over-engineered java projects (or for that matter, attempts to apply java engineering approaches to a somewhat dynamic language like PHP) the baggage that often goes along with design patterns isn’t...<a href="http://www.goodreads.com/review/show/16063577">more...</a>]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/16063577?utm_medium=api]]></url>
</review>
    <review id="17487633">
    <user id="983350">
    <name><![CDATA[Josh]]></name>
    <location><![CDATA[The United States]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/983350-josh?utm_medium=api]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>true</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="programming-reference" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Sat Mar 01 00:00:00 -0800 2008</read_at>
  <date_added>Mon Mar 10 21:20:35 -0700 2008</date_added>
  <date_updated>Mon Mar 10 21:21:57 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[A great take on how design patterns are applied using the Ruby programming language. Also contains information on how to develop your own DSLs and custom parsers.]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/17487633?utm_medium=api]]></url>
</review>
    <review id="26706469">
    <user id="630848">
    <name><![CDATA[Erin]]></name>
    <location><![CDATA[Oak Park, IL]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/630848-erin?utm_medium=api]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Jul 08 18:44:32 -0700 2008</date_added>
  <date_updated>Tue Jul 08 18:45:11 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[A book that explains design patterns, practically, in a language I use. Double plus good bonus.]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/26706469?utm_medium=api]]></url>
</review>
    <review id="77180185">
    <user id="1769474">
    <name><![CDATA[Pankaj]]></name>
    <location><![CDATA[The United States]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1769474-pankaj?utm_medium=api]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Nov 09 00:04:24 -0800 2009</date_added>
  <date_updated>Mon Nov 09 00:04:24 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/77180185?utm_medium=api]]></url>
</review>
    <review id="76386538">
    <user id="2749163">
    <name><![CDATA[Pat]]></name>
    <location><![CDATA[The United States]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2749163-pat?utm_medium=api]]></url>
  </user>
      <rating>5</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Nov 01 12:39:44 -0800 2009</date_added>
  <date_updated>Sun Nov 01 12:39:44 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/76386538?utm_medium=api]]></url>
</review>
    <review id="75582525">
    <user id="2873266">
    <name><![CDATA[Brylie]]></name>
    <location><![CDATA[Lawrence, KS]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2873266-brylie-oxley?utm_medium=api]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="currently-reading" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Oct 24 08:34:26 -0700 2009</date_added>
  <date_updated>Sat Oct 24 08:34:43 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/75582525?utm_medium=api]]></url>
</review>
    <review id="74831791">
    <user id="1954598">
    <name><![CDATA[Chris]]></name>
    <location><![CDATA[Toronto, ON, Canada]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1954598-chris-thomson?utm_medium=api]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Oct 17 11:32:11 -0700 2009</date_added>
  <date_updated>Sat Oct 17 11:32:11 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/74831791?utm_medium=api]]></url>
</review>
    <review id="73345362">
    <user id="2802816">
    <name><![CDATA[Santiago]]></name>
    <location><![CDATA[Montevideo, 10, Uruguay]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2802816-santiago-pastorino?utm_medium=api]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Oct 03 16:54:34 -0700 2009</date_added>
  <date_updated>Sat Oct 03 16:54:34 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/73345362?utm_medium=api]]></url>
</review>
    <review id="65906672">
    <user id="78525">
    <name><![CDATA[Joseph]]></name>
    <location><![CDATA[Tulsa, OK]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/78525-joseph?utm_medium=api]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Aug 02 15:20:47 -0700 2009</date_added>
  <date_updated>Sun Aug 02 15:20:47 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/65906672?utm_medium=api]]></url>
</review>
    <review id="64973845">
    <user id="323400">
    <name><![CDATA[Doli]]></name>
    <location><![CDATA[Baturiti - Bali, Indonesia]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/323400-doli-harahap?utm_medium=api]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="currently-reading" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Jul 25 22:55:18 -0700 2009</date_added>
  <date_updated>Sat Jul 25 22:55:18 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/64973845?utm_medium=api]]></url>
</review>
    <review id="59695604">
    <user id="2419634">
    <name><![CDATA[Adam]]></name>
    <location><![CDATA[Orlando, FL]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2419634-adam-fortuna?utm_medium=api]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Jun 14 22:29:11 -0700 2009</date_added>
  <date_updated>Sun Jun 14 22:29:11 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/59695604?utm_medium=api]]></url>
</review>
    <review id="57854741">
    <user id="2048160">
    <name><![CDATA[Richard]]></name>
    <location><![CDATA[Provo, UT]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2048160-richard?utm_medium=api]]></url>
  </user>
      <rating>5</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Wed Jun 10 00:00:00 -0700 2009</read_at>
  <date_added>Sat May 30 09:47:09 -0700 2009</date_added>
  <date_updated>Tue Jun 16 19:47:27 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/57854741?utm_medium=api]]></url>
</review>
    <review id="57270193">
    <user id="1140807">
    <name><![CDATA[Niran]]></name>
    <location><![CDATA[Bangkok, Thailand]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1140807-niran-pravithana?utm_medium=api]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="software-methodologies" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon May 25 12:18:16 -0700 2009</date_added>
  <date_updated>Mon May 25 12:18:23 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/57270193?utm_medium=api]]></url>
</review>
    <review id="56915995">
    <user id="2342856">
    <name><![CDATA[Brad]]></name>
    <location><![CDATA[Chicago, IL]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2342856-brad?utm_medium=api]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="currently-reading" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Thu May 21 19:48:14 -0700 2009</date_added>
  <date_updated>Tue Jul 28 21:16:19 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/56915995?utm_medium=api]]></url>
</review>
    <review id="53589531">
    <user id="760917">
    <name><![CDATA[Eugene]]></name>
    <location><![CDATA[Ukraine]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/760917-eugene?utm_medium=api]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Apr 22 08:55:06 -0700 2009</date_added>
  <date_updated>Wed Apr 22 08:55:06 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/53589531?utm_medium=api]]></url>
</review>
    <review id="52527217">
    <user id="2207763">
    <name><![CDATA[Piero]]></name>
    <location><![CDATA[Milan, 09, Italy]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2207763-piero-campanelli?utm_medium=api]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="lang-ruby" />
        <shelf name="on-digital" />
        <shelf name="sweng-pattern" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Apr 13 12:53:39 -0700 2009</date_added>
  <date_updated>Fri Aug 28 00:45:57 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/52527217?utm_medium=api]]></url>
</review>
    <review id="52349580">
    <user id="2211976">
    <name><![CDATA[Fabian]]></name>
    <location><![CDATA[Sydney, 02, Australia]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2211976-fabian?utm_medium=api]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="ruby" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Apr 11 19:21:07 -0700 2009</date_added>
  <date_updated>Sat Apr 11 19:21:07 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/52349580?utm_medium=api]]></url>
</review>
    <review id="51296063">
    <user id="1180321">
    <name><![CDATA[Scott]]></name>
    <location><![CDATA[Santa Monica, CA]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1180321-scott-stout?utm_medium=api]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Thu Apr 02 14:00:07 -0700 2009</date_added>
  <date_updated>Thu Apr 02 14:00:07 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/51296063?utm_medium=api]]></url>
</review>
    </reviews>
</book>
</GoodreadsResponse>