Ask HN: What are the best programming books you could read in a weekend?
1–9 of 9 posts
Re: Ask HN: What are the best programming books you could read in a weekend?
#2- Clean Code
- Code Complete 2
- The Pragmatic Programmer
- Professional PHP
- Effective Java
- Domain Driven Design Distilled
Re: Ask HN: What are the best programming books you could read in a weekend?
#3The 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?
#4Re: Ask HN: What are the best programming books you could read in a weekend?
#5Re: Ask HN: What are the best programming books you could read in a weekend?
#6Re: Ask HN: What are the best programming books you could read in a weekend?
#7There's a new one coming out on Dependent Types https://mitpress.mit.edu/books/little-typer
Re: Ask HN: What are the best programming books you could read in a weekend?
#8Book review: https://www.infoq.com/news/2017/10/understanding-software-re...
Release announcement:https://www.codesimplicity.com/post/understanding-software/
Re: Ask HN: What are the best programming books you could read in a weekend?
#9"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/
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.