Book Recommendations
Eljay-Adobe

Eljay-Adobe @eljayadobe

About: Nerd. Compiled languages: C++, Swift, C#, and F#. Script languages: Python and Lua. Shell language: bash. Platforms: macOS, iOS, Windows.

Location:
Minnesota
Joined:
Apr 13, 2017

Book Recommendations

Publish Date: Nov 6 '17
21 7

Here are some books that I highly recommend.

For C++, there is the curated list on StackOverflow: The Definitive C++ Book Guide and List. Nothing I could add to that list, or take away.

For JavaScript (ES6), I've been out of the loop too long. I suspect books like Eloquent JavaScript and JavaScript: The Good Parts are out of date, but I found them to be a great help back in the day.

For F#, I've read about a dozen books on the topic. Only one book have I found to be useful so far:

  • The Book of F#, by Dave Fancher, a fantastically fabulous book
  • disclaimer: I haven't read "Expert F# 4.0" yet, which I hope and expect will be good, even if the reviews call it "preachy"

For agile, I've really enjoyed these books:

For general development, I have these heavily dog-eared books on my top shelf:

On my short queue of books to read that have been highly recommended to me:

What are some book recommendations you would like to share?

Comments 7 total

  • Alexey Voinov
    Alexey VoinovNov 6, 2017

    Working Effectively with Legacy Code by Michael Feathers is a must read. Even for those, who dream of working on green field project all their life. :)

    • Eljay-Adobe
      Eljay-AdobeNov 7, 2017

      My project is the poster child of legacy code. I'll have to pick up that book, thanks!

      /!\ For everyone considering throwing out the current code and starting greenfield fresh... both Joel Spolsky "Things You Should Never Do" and Robert Martin "The Grand Redesign in the Sky" (Clean Code, Chapter 1, Section 4) strongly caution against.

      • Blaine Osepchuk
        Blaine OsepchukNov 7, 2017

        I watched a talk where a gray-beard programmer said he sells his shares in a public company whenever he hears that they are undertaking a major IT project. (I wish I could remember where I saw that so I could give him credit.)

        But, yeah, if your project gets to the point where you are contemplating a total rewrite, you're probably in a pretty bad situation.

  • Blaine Osepchuk
    Blaine OsepchukNov 6, 2017

    These are some of my favorite books (I've omitted the books that overlap with your list):

    • Facts and Fallacies of Software Engineering (Robert L. Glass)
    • Working Effectively with Legacy Code (Michael Feathers)
    • The Principles of Product Development Flow: Second Generation Lean Product Development (Donald Reinertsen)
    • Data Analysis with Open Source Tools (Philipp K. Janert)

    Cheers.

    • Eljay-Adobe
      Eljay-AdobeNov 7, 2017

      Thanks Blaine!

      In the other topic you created you mentioned 'The Principles of Product Development Flow' inspired me to make this topic thread. :-)

      I've read Facts and Fallacies. After reading it, I only need to refer to Jeff Atwood's Revisiting The Facts and Fallacies of Software Engineering table of contents synopsis as a reminder of what the book discusses. I've chatted with Robert Glass, he's a nice person.

      • Blaine Osepchuk
        Blaine OsepchukNov 7, 2017

        Awesome. I reread "Facts and Fallacies..." every couple of years too.

  • Eljay-Adobe
    Eljay-AdobeNov 9, 2017

    In the Learn Regular Expressions using Atom topic, Programming Liftoff cited Mastering Regular Expressions.

    I can wholeheartedly endorse this book. It's fabulous. (A little more specific subject matter focused than I originally envisioned for this particular thread, but upon further reflection book gems are worth sharing.)

    Mastering Regular Expressions by Jeffrey Friedl, who is also a very nice person and graciously answered all my annoying emails about my OCD nitpicking of his book.

Add comment