show/hide this revision's text 2 more detail

I just finished

Definitely check out Robert C. Martin's Clean Code: A Handbook of Agile Software Craftsmanship. It's an excellent practical guide to writing code that is readable, malleable, and able to stand the test of time. And it's centered around Java (although Although 95% of the advice is applicable to other languages)languages, the book is centered around Java.

show/hide this revision's text 1

I just finished Robert Martin's Clean Code. It's excellent. And it's centered around Java (although 95% of the advice is applicable to other languages).