1
vote
What books do you suggest for understanding object oriented programming design deeply?
Two books by Robert Martin are a great starting point:
Clean Code
Agile Principles, Patterns, and Practices
I'd also recommend
Designing Object- …
0
votes
A software testing book from an engineering perspective?
You might want to check out
"Agile Testing: A Practical Guide for Testers and Agile Teams"
[http://www. …
0
votes
-2
votes
What single Java book would you recommend for an experienced software developer?
Agile Java by Langr is excellent if you also want an intro to Test Driven Design and the basic agile approach.
…
