Ask HN: What are the best programming books you could read in a weekend?
I'm a big fan of books like Code Complete and SICP but they are huge and take a long time to get through. What are some books small enough to finish in a weekend that you've learned a lot from?
8 comments
[ 3.0 ms ] story [ 22.9 ms ] thread- Clean Code
- Code Complete 2
- The Pragmatic Programmer
- Professional PHP
- Effective Java
- Domain Driven Design Distilled
The Little Schemer [2]
[1] https://tour.golang.org/welcome/1
[2] https://www.amazon.com/Little-Schemer-Daniel-P-Friedman/dp/0...
- https://leanpub.com/javascriptallongesix/read
There's a new one coming out on Dependent Types https://mitpress.mit.edu/books/little-typer
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.