I'm writing a technical book (plug - all money goes to charity so it's not so evil). Though I'm half done, I'm still constantly trying to figure out what makes a technical book really good. I don't aspire to be in the realms of a K&R or Peter Norvig or Charles Petzold or Larry Wall.

But when I pick up Adam Nathan's WPF book or any of Jon Skeet's books or Sam Ruby's REST book, something makes them stand out. I have a few ideas on what they are (authoritativeness, passion, opinionated, author experience, easy language) but I would love to hear the SO's community's thoughts.

I would also like to hear what people would like to see in a Windows Azure book but frankly, that's the lower order bit.

link|improve this question
1  
To write a book is hard work and it is absolutely ok to earn some money with it. – deamon Mar 15 '11 at 16:57
feedback

16 Answers

up vote 24 down vote accepted

One word: "thin".

I'm tired of buying 500-1000 page tomes that are impossible to get through and full of filler.

The very best UML book ever written is Martin Fowler's "UML Distilled". Its chief virtues are technical depth and dense packing. It's less than 1/2" thick and can be read through quickly.

I think the industry can use more of those.

UPDATE: And did I mention code examples that actually work? I like to see something meatier than "Hello Word" that compiles and runs as advertised. There's nothing worse than code samples that don't run.

link|improve this answer
1  
I agree with your gut. The industry could use some better editors. – duffymo Jul 8 '09 at 23:45
1  
less pages with lower price = good value for money – Jared Updike Jul 8 '09 at 23:54
9  
“I have made this letter longer than usual, because I lack the time to make it short.” – Blaise Pascal, 1623-1662 – Svend Jul 9 '09 at 0:30
1  
@Dave Markle - agreed. I like it when a book has a web site from which I can download code. Maybe that's a better way to do it than to add code filler. – duffymo Jul 9 '09 at 1:11
1  
"JavaScript: The Good Parts" is 145 pages, 45 of them appendix. Perfect. – Nosredna Jul 9 '09 at 2:30
show 8 more comments
feedback

Book that provides examples of how the theory described therein relates to real life problems. In particular, books that start with a problem description and then iteratively improve upon a solution to that problem really appeal to me.

HTH, Good luck with your book!

link|improve this answer
My Trig and PreCal prof was excellent at this. He'd start with an algebraic formula we'd all understand and be familiar with and then derive from that the forumla we were going to be studying that day. That way, even if we couldn't precisely recall the new formula, we knew what it was based on and could easily progress through to the new one. – music2myear Aug 5 '11 at 16:02
feedback

I like a book to be a bit funny. The first edition of Code Complete, for example:

  • The Coding Horror icon
  • The Socratic dialog about whether to write comments

Meyer's books, too, for example the first sentence of the first chapter is:

Getting used to C++ takes a little while for everyone, but for grizzled C programmers, the process can be especially unnerving.

"Grizzled"! That's funny! It's an insider joke (i.e. playing on a stereotype), and a "Yes we share vocabulary" moment, and with an actual relevent subliminal message to it (i.e. that it's time to slow down and pay attention).

link|improve this answer
Peter van der Linden's "Deep C Secrets" raised the humor bar, in my opinion. It was one of the best books I've read, and very good humored. It might not be very popular, now that C isn't all the rage, but I'd highly recommend it as an example of how to write a good, funny, thin, technically solid book. – duffymo Jul 8 '09 at 23:59
feedback

It looks great on my desk.

link|improve this answer
like TAoCP by Knuth? – Jared Updike Jul 8 '09 at 23:55
3  
Like "Operating System Concepts": amazon.com/Operating-System-Concepts-Abraham-Silberschatz/dp/… – mipadi Jul 9 '09 at 0:02
-1 on a subjective question? I guess my opinion doesn't count. – Justicle Jul 9 '09 at 0:40
1  
I am donating one back because your answer is so truthful. – Flory Jun 25 '10 at 17:56
feedback

For me...

  • Detailed Examples. Not long, just short and to the point.
  • Entertaining to read (Humor is a plus)
  • Contradictory to my previous point...serious when it should be. If I want a joke book I'd buy one. Too much is too much and a good author knows when that point is reached.
  • Points are easily communicated to the reader and technical jargon is toned down. Not all of us know what an ArrayList is for example, that is why we are reading the book in the first place. After the reader is acquainted with the term, using it later in the book is fine. I expect the last few pages to use more technical terms than the first few.
link|improve this answer
feedback

Cartoon Foxes.

In all seriousness though, having some of the author's charisma/personality shine through really can make technical texts a more pleasurable read.

Edit: Here's a link to the wikipedia page with mirrors of the original text which was removed following why's mysterious disappearance in 2009.

http://en.wikipedia.org/wiki/Why's_(poignant)_Guide_to_Ruby

link|improve this answer
feedback

Well, my personal pref is books that are reference style, where I can just pick it up flick to a topic I want to know about and read just that portion without having to have read scads of other stuff first....not always possible, but thats the idea for me.

The only tech book I have ever read from start to finish is "Code Complete" but I think that book is a very rare example of a tech book that can be read that way. (of course this is very subjective)

link|improve this answer
feedback

I would say that humor plays a small part of it. Small doses of humor applied here and there--with the goal to avoid the reader from falling asleep--are especially a good idea if the book is a start-to-finish thing.

If it's a reference style book like Tim J suggested, then humor obviously is not as needed. For that type of book, the reader just wants to learn a specific topic quickly.

Bonus points if humor can be integrated with real life problems--as EightyEight described.

link|improve this answer
feedback

I really like the head first books. They seem a little bit childish and maybe to many people a little bit superficial but for the persons this books are intended to the are great to read. This books have a philosophy how their content is delivered to the reader and fully follow them.

Some other points I like:

  • Humor was mentioned before I think it is especially important to not be to serious about your self and the topic. You have to be able to make the reader smile.

  • Working examples. Every time you have an example make the user able to write it down and then compile/execute it. There is nothing worse then having some pseudo code or a code snippet that you want to try but because serious things are left out for simplicity aren't working. The Pragmatic Programmer used a special technique for this. The wrote their book in latex and included all their example every time the book was build from code files and before they included the code this code files were executed so that they had a continuous integration test for their book. If you need to use snippets provide the rest of the code online or on a cd.

  • Variation. Nothing more boring then the same style in writing and desgin with nothing to get your attention or show a problem from another side.

link|improve this answer
feedback

That's interesting. I'm worried that as an author, I make the book too thin, the reader feels he/she didn't get enough value for money. Since most times the effort involved in a thin book is the same (if not more), than a fat book, it can't be much cheaper than a 'fat' book either. Is there a sweet spot for a technical book? My gut feeling is that anything over 350 pages and it starts to feel heavy.

I tend to feel cheated if the book includes (or, worse, consists of) reference material: for example if it lists, on paper, all the methods and parameters and so on in an API. I'd rather read that kind of material online.

link|improve this answer
I know exactly what you're talking about but it is hard. For example, in my book, I find that in places, I have to repeat (or rewrite) basic documentation otherwise I can't move on to showing how to use APIs/concept/etc. It is a hard balance to figure out the right amount of reference material to add so the reader doesn't feel lost and doesn't feel cheated as well. Google is always an option for the reader but people don't like to Google an API while reading. – Sriram Krishnan Jul 9 '09 at 0:08
Given any topic (e.g. "parameterized queries in ADO.NET"), can you just 1) say why you might want them, and 2) show code examples of having/using them, but without any formal API reference? Assume that if/when I want to write my own example, then I'll have Intellisense and/or the API reference in front of me, as well as your book? – ChrisW Jul 9 '09 at 0:25
feedback

Examples that work. I hate going through the effort to follow the example, and discover things missing. After all, if I'm reading your book, I probably don't know all of those "everyone knows those things" pieces. Give complete examples that I can compile and run! If I need a certain include file, tell me, and tell me where to get it.

Oh, and make it well written. I don't know how to describe good writing, but I recognize it when I see it. Good writing is a skill that most tech writers lack.

link|improve this answer
feedback

Before anything you need to see Philip Greenspun's exsperiences writing a book The book behind the book behind... explains quite a bit about publishing.

link|improve this answer
feedback

Make sure it has a good index.

It's not the most important thing in a book, but I've noticed strong positive correlation between the quality of the book and quality of the index.

link|improve this answer
feedback

Define your intended audience and write for them. Books that try to be everything to everyone fail horribly. Too basic and it will frustrate people with some expertise; too dense and it will frustrate people without the prerequisities. There can be no book on any given subject that is perfect for everyone, so don't try to make one.

link|improve this answer
feedback

Sometimes I think humor can detract too much from the subject matter if it's quite heavy going, or mean that the book doesn't really stand up as a reference tome - it's annoying to keep reading the same average gag over and over every time you need to look up a certain topic.

What's more important than humor to me is personality - where you can tell the book was written by a human, not a vulcan, and you begin to feel a bit of empathy or a connection with the author. This is what makes a book interesting and readable without going too near the "For Dummies" school of naff cartoons.

link|improve this answer
feedback

My 2 cents on what makes good technical books great -

  1. They are written in plain-English
  2. They have a no-fluff, straight-forward tone & a conversational style
  3. They identify the audience in the beginning & meet the expectations they set
  4. They have some kind of takeaways you can benefit from - practical examples, re-usable code samples.
  5. Their content is well-organized & structured.
  6. Attention is paid to technical accuracy, grammar, layout & fonts used
  7. Illustrations, backgrounders & infoboxes are provided where required & important information is highlighted.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.