News

Just what the title says - what books do you recommend for getting really in-depth into object-oriented design stuff? I have Bloch's Effective Java, and Design Patterns isn't exactly what I'm ...
A tutorial highlighting the various design patterns in Java. Learn about the benefits and different types of design patterns.
Do you have a single class in your Java design that does too much and knows too much? If so, you've fallen into the God object antipattern. Here's a look at how to refactor your God object and ...