Live data from Hacker News

Ask HN: What are the best programming books you could read in a weekend?

news.ycombinator.com

1–9 of 9 posts

Re: Ask HN: What are the best programming books you could read in a weekend?

#3
A Tour of Go [1] (If you are a novice, you really should try writing the programs yourself. You will end up finishing it in an day or two. If you just read through, it would be just a couple of hours)

The Little Schemer [2]

[1] https://tour.golang.org/welcome/1

[2] https://www.amazon.com/Little-Schemer-Daniel-P-Friedman/dp/0...

Re: Ask HN: What are the best programming books you could read in a weekend?

#9
post #8

"Understanding Software" by Max Kanat-Alexander Book review: https://www.infoq.com/news/2017/10/understanding-software-re... Release announcement: https://www.codesimplicity.com/post/understanding-software/

More on "Understanding Software" by Max Kanat-Alexander and how it helped me:

Thanks to this book, I've started re-factoring code before adding new features, our code base is getting a little better every day (more maintainable) which reversed a trend, it was getting harder to add features, now it is easier; plus when I design now, my designs are cleaner and result in maintainable code.