HACKER Q&A
📣 m0xai

Do you read books about frameworks?


Hello everyone!

I’m a business informatics student and working part time for a company as a web developer.

I started to read books about Programming as I started my university. But I noticed that I need books for remembering things that I read. I’m now buying a book every month and can freely write notes and stick the little colorful things on them to highlight a page.

I made a list of books but I noticed that there are few books about frameworks in my list. Like Spring In Action or Pro Django.

My question is, does it make sense buying books about frameworks or getting more high level books like The Clean Code, Design Patterns or maybe both?


  👤 rlawson Accepted Answer ✓
Yep - just read one about Django and starting one about Spring Boot. I know both these frameworks but I like to read as a way of keeping up on the new features. The key is I try to code as I read and as soon as possible put what I learned in action. Frameworks are so large these days that I constantly am discovering something new every time I deep dive.

👤 bradwood
You learn more by _doing_ than just by reading books about a subject. Especially an applied one like programming.

Just start building stuff, googling, getting on forums, etc...