There's already a great long post on identifying bad code (see Code Smells).
I'd like to ask for the reverse. Do you know any good procedures or checks to identify good code? Quick pointers such as "the class definition fits on one page together with it's documentation", or "the code can be effortlessly re-used" would be great, longer thought-through answers about code review or metrics are also welcome.
I'd like to get some input on this to build up to a positive-reinforcement code review and analysis at my work, because I feel that would be more productive than pure criticism (though both will likely be combined in the end).