Book Recommendation for Interns
1–10 of 13 posts
Re: Book Recommendation for Interns
#2Re: Book Recommendation for Interns
#3Re: Book Recommendation for Interns
#4Clean Coder by Bob Martin - good ideas on being a professional programmer
A Philosophy of Software Design by John Ousterhout - big picture ideas on design
Test Driven Development by Kent Beck - good basis for thinking about design and testing
Legacy Code by Michael Feathers - understanding the issues of legacy code helps us to design better software
Re: Book Recommendation for Interns
#5I'm using "How to Design Programs", 2nd edition, and it's helpful. It's on Amazon, and free online by Felleisen and colleagues here: https://htdp.org/2018-01-06/Book/part_preface.html
Re: Book Recommendation for Interns
#6I'm using "How to Design Programs", 2nd edition, and it's helpful. It's on Amazon, and free online by Felleisen and colleagues here: https://htdp.org/2018-01-06/Book/part_preface.html
Re: Book Recommendation for Interns
#7Start with "Apprenticeship Patterns" (learn how to learn, get a mentor, approach your career in the right way) and "Pragmatic Programmer" (a bunch of practical techniques that are language/tool agnostic and exposure to a bunch of shared vocabulary/jargon you will likely hear).
Re: Book Recommendation for Interns
#8Getting Things Done (2001) by David Allen - great method to organize all your tasks and stay on top of things Clean Coder by Bob Martin - good ideas on being a professional programmer A Philosophy of Software Design by John Ousterhout - big picture ideas on design Test Driven Development by Kent Beck - good basis for thinking about design and testing Legacy Code by Michael Feathers - understanding the issues of legac…
Re: Book Recommendation for Interns
#9Re: Book Recommendation for Interns
#10Clean Coder by Uncle Bob Martin
Clean Code by Uncle Bob Martin
Refactoring by Martin Fowler
Design Patterns by the gang of four