Reading notes on The Pragmatic Programmer by David Thomas and Andrew Hunt

[This article was first published on Maëlle's R blog on Maëlle Salmon's personal website, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

In my quest to having reading notes on the tech books I read, and while waiting for code to run, I recently re-read The Pragmatic Programmer by David Thomas and Andrew Hunt. That book, whose second edition was published in 2019, offers an overview of many topics useful to programmers, from the idea of taking responsability, to testing, tooling, etc.

Not my favorite tone

I’m not the biggest fan of the tone used in the book, that feels a bit patronizing to me. One example that comes to mind is that the authors recommend reading non-tech books to learn about humans, because programming is also about humans. That’s not a piece of advice I’d give, even as a book lover, because one can learn about humans outside of books (not exactly breaking news, I know), and also because I’d like reading non-tech books to be a thing one can do for enjoyment unrelated to work.

I also disliked analogies that I found uselessly violent: car crashes, train wrecks, boiling frogs, not to forget broken windows. There’s enough violence in the world, so I prefer further violence to inhabit my non-tech reading rather than my tech reading. 😉

Now, to each their own, and I can imagine such writing being enjoyable to others.

An impressive overview

The Pragmatic Programmer is rather famous. I can see why when I think about its table of contents: even if the book would not be my first recommendation for any topic it covers, it’s the only one I know that covers so many topics: version control, testing, domain-specific languages, orthogonality, decoupling, etc. Seen this way, it’s quite unique and precious.

Furthermore, I can imagine productive book clubs using the questions in the book.

What value for me? Pieces of wisdom and catchy phrases

I did not read The Pragmatic Programmer as an absolute beginner, so I had at least vaguely heard of many (not all!) elements in the book. However, I find some value in being exposed to concepts I didn’t know, seeing new explanations or catchy descriptions for those I was more familiar with, and thinking differently about current work projects (the two latter aspects are often the value I find in so-called “productivity books”).

For most of the notes below I’m adding links to more or less related things, which would probably make me an annoying participant of a book club about The Pragmatic Programmer. Luckily this is my blog. 😇

ETC

The authors introduced the ETC value, as in “Easy to Change”. That made me think of “A Philosophy of Software Design”.

“Forgo following fads”

That nice alliteration reminded me of “Kill it with fire”.

Reversibility

The paragraphs on reversibility, i.e. flexible architectures, make me feel like sharing this excellent blog post by Vicki Boykis: “Commit to your lock-in” that I often think about, and that’s sort of about not thinking too much about reversibility. 😅

Encouragement to learn more about the shell

I should learn more shell commands. Incidentally, after reading about that in the book, I had to add a system2() command to a script of mine.

“Achieve Editor Fluency”

Also a good piece of advice. Have you read Nick Tierney’s great post “Get Good with R: Typing Skills and Shortcuts”? On the other hand I’m also reminded me of the video “What editor do you use”? 😁

Engineering daybook

The authors encourage the practice of writing down things you learn, challenges, every day. I most often have a piece of paper near me, including my sticky note for my posts about useful functions, but haven’t been able to really stick to maintaining an engineering daybook. Since I work from home I don’t observe many people at work, so have to resort to tech books to imagine people working 😉, and know that the protagonist of The Unicorn Project maintains one.1

“Act locally”

The occasion for me to spread the word about the existence of the fantastic withr package for locally changing options, environment variables, languages, etc.; for instance in examples and tests.

Property-based testing

Do you know about Mark Padgham’s autotest package? Using it would allow one to try out property-based testing in one’s package, by feeding random input into functions. The book says one is often surprised by the results of property-based testing. 😅

“Build a Test Window”

I remember similar advice in Jenny Bryan’s fantastic talk “Object of type ‘closure’ is not subsettable” (slide 77).

“Delight your Users”

The link I’ll throw here is François Chollet’s post “User experience design for APIs”.

A last part on ethics

The book’s second edition ends with some thoughts on responsability, with the tip “Don’t enable scumbags”.

Conclusion

I have ambivalent thoughts about The Pragmatic Programmer: it’s an extensive reference for programmers, but not my favorite tech book. Have you read it? Do you know other similar reference books? Are you planning to write one and do you need readers of advanced copies? 😸


  1. Have you ever read riveting kid books about some little character “who don’t want to share”, “who cooks a cake”, or “who discovers daycare”? The Unicorn Project, and The Phoenix Project are similar books, but for adults working with tech. ↩︎

To leave a comment for the author, please follow the link and comment on their blog: Maëlle's R blog on Maëlle Salmon's personal website.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)