DEV Community

Discussion on: 5 books every developer should read, and some extras.

Collapse
 
murrayvarey profile image
MurrayVarey

Excellent recommendations! Another book that I see suggested a lot Code Complete. It's a bit long and dry, but filled with useful information.

For me, active engagement works best when reading technical books -- practice while you're reading, and things are more likely to stick. (Maybe that's obvious to most, but it took a while for me to figure out.)

Collapse
 
patferraggi profile image
Patricio Ferraggi

Usually I would say you right, though some of this books are more theoretical so I did not do this. Others like TDD yes. Indeed code complete is also a great book, though on my experience is a little outdated and a lot of the same stuff is covered by clean code, which is a lot easier to read. That's why I did not include it ahah

Collapse
 
murrayvarey profile image
MurrayVarey

You're probably right about Code Complete being outdated, it's been a while since I read it. One section stuck with me though -- how the aim is to remove complexity from any system. So true. As for the rest ... yeah, Clean Code just about covers it, and in a more enjoyable way.