DEV Community

Discussion on: 29 Must Read Books For Programmers

Collapse
 
yorodm profile image
Yoandy Rodriguez Martinez

Despite what most people believe, software engineering does have a body of knowledge backed by research.

Those people should meet with some of my ex faculty members and some of my old professors..

I would add the whole Pattern Oriented Software Architecture series to your list.

Collapse
 
bosepchuk profile image
Blaine Osepchuk

Thanks for the recommendation. I've added the first book in the series to my reading list. It looks quite interesting.

Collapse
 
yorodm profile image
Yoandy Rodriguez Martinez

I keep the second volume around. It explain concurrency, synchronization and event handling in networking, very helpul for those who struggle with async programming these days.

Thread Thread
 
bosepchuk profile image
Blaine Osepchuk

Ah, I'll keep that in mind. I'm lucky enough not to have to deal with async programming.