<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Merjis Internet Marketing Blog &#187; books</title>
	<atom:link href="http://blog.merjis.com/category/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.merjis.com</link>
	<description>Effective Internet Marketing Strategy and Tactics Through Test</description>
	<lastBuildDate>Thu, 12 Jan 2012 09:18:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Practical OCaml</title>
		<link>http://blog.merjis.com/2006/11/08/practical-ocaml/</link>
		<comments>http://blog.merjis.com/2006/11/08/practical-ocaml/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 19:03:45 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[ocaml]]></category>

		<guid isPermaLink="false">http://blog.merjis.com/2006/11/08/practical-ocaml/</guid>
		<description><![CDATA[A number of reviews have already appeared for Practical OCaml, and they have been uniformly negative. I was involved in production as a technical reviewer. I can now say what I think about the book in as honest a way as possible. This information might be useful for people tempted to become technical reviewers for [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.merjis.com/wp-content/uploads/2006/11/practical-ocaml-cover.png" align="left"> A <a href="http://www.phauna.org/2006/11/04/review-of-practical-ocaml/">number</a> <a href="http://lambda-the-ultimate.org/node/1803">of</a> <a href="http://www.amazon.com/Practical-OCaml-Joshua-B-Smith/dp/159059620X">reviews </a>have already appeared for <a href="http://www.amazon.com/Practical-OCaml-Joshua-B-Smith/dp/159059620X">Practical OCaml</a>, and they have been uniformly negative.</p>
<p>I was involved in production as a technical reviewer.  I can now say what I think about the book in as honest a way as possible.  This information might be useful for people tempted to become technical reviewers for other books.</p>
<p>It also helps that the final cheque is winging its way to the bank as I write.<span id="more-55"></span></p>
<h3>Technical reviewer</h3>
<p> So what&#8217;s technical reviewing all about?  Technical publishers employ a few technically minded editors, but these editors cannot possibly be experts in every field. So the publishers employ experts to fact-check the books during production.</p>
<p>The technical reviewer&#8217;s responsibilities include the basic fact-checking (like does the code run and is what he&#8217;s saying true?), but they also point out parts of the text which are unclear, and concepts which need to be covered but aren&#8217;t.  It&#8217;s important to note that the job is to bring the author&#8217;s and editors&#8217; attention to these unclear and missing sections, not to actually write them.</p>
<p>A technical reviewer for Apress gets to write what are described as &#8220;candid midterm assessments&#8221; about the book&#8217;s marketability.</p>
<p>In case you&#8217;re thinking this sounds like fun, well I guess it can be if you were the expert in charge of a classic like <a href="http://www.oreilly.com/catalog/pperl3/">Programming Perl</a>.  More realistically though you&#8217;ll be ploughing through first, second and third drafts of a book you have no creative control over, pulling out the code snippets and running them, recreating the author&#8217;s development environment, fact checking every sentence, and trying to follow the reasoning from the point of view of a language beginner.</p>
<h3>Doing the maths</h3>
<p>For this job you will be paid $3 per page.  That is, as it turns out, $3 per page <i>published</i>, not $3 for every draft of every page you review.</p>
<p>To save you rushing off to Amazon to find out what I got, I&#8217;ll tell you that the final money earned was just over $1,300. After taking into account the ruinous $-Â£ exchange rate and UK bank charges I&#8217;ll probably end up with Â£650, and after tax that will translate into about Â£450 spending money.</p>
<p>How long did it all take?  In the end I reviewed 53 chapters (that is to say I reviewed some chapters more than once &#8211; there aren&#8217;t 53 chapters in the book).  It takes as a rule of thumb about one hour to review each chapter, some take longer, some are quicker.  Let&#8217;s say I did somewhere around 50 hours of work.</p>
<p>This works out at around Â£13/hour before tax.</p>
<p>That&#8217;s a snip over the average hourly wage for a UK worker <a href="http://www.gmb.org.uk/Templates/Internal.asp?NodeID=93132">(Â£12.50/hour according to the GMB union)</a>.  It&#8217;s quite a lot less than Merjis charges out.</p>
<h3>Early signs are discouraging</h3>
<p>  Books, though, are about love, not money.  Did I love this book?  Not much.</p>
<p>It was evident quite early that the author did not have a very natural writing style and was having trouble explaining himself on a level which would work in front of a classroom of, say, students or professional programmers.</p>
<p>I sent a first draft to my colleague for his assessment.  He used to be a university lecturer, so he knows a thing or two about teaching new concepts to students.  This was a fragment of what he wrote back:</p>
<blockquote><p>
Marred by repetitious sentence structure, poor examples and leaps in logic and category. Not the worst I&#8217;ve seen, but makes a confusing topic even more confusing. [...]<br />
I think the judgement should be that [the author is] prevented from publication until they read <a href="http://en.wikipedia.org/wiki/The_Elements_of_Style">The Elements of Style</a>, some [university] teaching material, and <i>have actually tried to teach from the material</i>.
</p></blockquote>
<p>(My emphasis).  Teaching from the material is important as I found out recently when I taught a student some basic OCaml.  Students find some unexpected things hard, and other things you thought would be difficult to pick up prove easy.  My student had no problem whatsoever understanding the difference between <code>[1; 2]</code> and <code>[1, 2]</code> which are both valid OCaml expressions with quite different meanings.  At that point half an hour or so of my teaching materials suddenly became irrelevant.</p>
<p>The other problem was that I am seemingly by nature <i>very</i> fussy when it comes to correct layout of code and code that actually works.  A lot of this code was laid out very poorly, not indented correctly, and in some cases unfortunately did not work.  I had the thankless task of trying to format the code to be reasonable, then track down and comment on the problems.</p>
<p>This was not helped by having to do all this in Microsoft Word XP, a tool that is manifestly unsuitable for this type of collaborative, precise technical work.</p>
<h3>The candid midterm assessment</h3>
<p> I only wrote one candid assessment, and decency and privacy prevent me from disclosing what was in it.  I will just say that it was not positive.</p>
<p>Apress wanted to go ahead and publish.  They said they would &#8220;try to make sure that the awkwardness is taken care with a heavy copy edit/dev edit&#8221;.  I haven&#8217;t received a final copy of the book yet, so I cannot say whether this heavy editing was done and if it corrected the problems.</p>
<h3>Final lessons</h3>
<p>I suspect that I won&#8217;t be asked to do any more technical reviews for Apress books after they read this.  Obviously this was a bad experience, and I&#8217;m sure some technical reviewers have a lot of fun in their work.  If you are asked to do a technical review, make sure you understand that it is not an easy way to make money, and if you have doubts about the book, raise them as early as possible (I waited for much too long).</p>
<p>I ought to have insisted that my name didn&#8217;t appear on the book &#8212; that was a mistake.</p>
<p>Finally, should you buy the book?  I will leave you to make up your own mind on this.  Read a variety of reviews.  There are <a href="http://www.ocaml-tutorial.org/#External_tutorials">several free OCaml tutorials around which you might like to look at first</a>.</p>
 <img src="http://blog.merjis.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=55" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.merjis.com/2006/11/08/practical-ocaml/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

