Practical Object-Oriented Design in Ruby by Sandi Metz. http://www.poodr.com/
Ask HN: What are some of the best written programming books?
31–40 of 62 posts
Re: Ask HN: What are some of the best written programming books?
#32How to Design Programs - An Introduction to Programming and Computing
Re: Ask HN: What are some of the best written programming books?
#33Re: Ask HN: What are some of the best written programming books?
#34Re: Ask HN: What are some of the best written programming books?
#35This book made me understand that writing software is not just about creating opaque binaries with _stuff_ inside. It's also about what does this binary depends on, which symbols does it exports, how is it built, etc.
Re: Ask HN: What are some of the best written programming books?
#36http://www.amazon.com/Computer-Systems-Programmers-Perspecti...
Re: Ask HN: What are some of the best written programming books?
#37Might be an unpopular language but "Learning Perl" was pretty helpful for me when I was coming up.
Re: Ask HN: What are some of the best written programming books?
#38- Stevens: Advanced Programming in the Unix Environment
and more recently,
- Kerrisk: The Linux Programming Interface.
Also, almost anything by Kernighan (with several different co-authors).
Re: Ask HN: What are some of the best written programming books?
#39Programming Erlang by Joe Armstrong
Programming Elixir by Dave Thomas
Seven (more) Languages In Seven Weeks by Bruce Tate
Think Bayes, Think OS, How To Think Like A Functional Programmer (Think OCaml) and The Little Book of Semaphores by Allen B. Downey
Re: Ask HN: What are some of the best written programming books?
#40Not so much programming, but very good if you're interested in how your computer actually works.