DEV Community

Discussion on: What are some "classic reads" in programming?

Collapse
 
vsalbuq profile image
Vinícius Albuquerque

SICP is an awesome book. It divides information technology in data and procedures that transforms that data. It simplifies everything when you're dealing with the most common problem we have today, which is managing state. If you keep those two separated, you can reason about your code without having to be a genius.