boos3y | 13 years ago | on: Managers to Millennials: Job Interview No Time to Text
boos3y's comments
boos3y | 13 years ago | on: Coding Across America: WiserTogether
boos3y | 13 years ago | on: Does anyone use comments any more?
I highly recommend this book: http://www.amazon.com/Clean-Code-Handbook-Software-Craftsman... as it changed my life when it comes to software development. I have a real problem with commenting everywhere as most of the time you'll find a lot of public String getName() with like a comment of //Gets the name, uh, durr its name is get name! If you create concise methods with one general purpose you can create very readable code. Definitely check the book out, it is a very good read.