DEV Community

Discussion on: What Book(s) Are You Currently Reading To Be a Better Programmer?

Collapse
 
cesarnml profile image
Cesar Napoleon Mejia Leiva • Edited

I just started reading Practical Object-Oriented Design in Ruby (POODR) by Sandy Metz. I work with python (Django), so I plan to convert most of the code examples to Python 3 as I progress through the book. I'm only through chapter 3 at the moment, but even at this early stage, it's clear that POODR is an excellent choice for anyone interested in writting effective OO software.

Collapse
 
ilyazub profile image
Illia Zub

Sandi Metz's POODR is brilliant! Have you ever read Confident Ruby by Avdi Grimm?

Collapse
 
pomfrit123 profile image
***

I read that one last year, but I didnt do the examples which I think was huge mistake, might re-read it while doing the examples.