Retweeted
Things to look for in a code review: Code is…
– Well designed
– Readable by others
– Doing what the author intended
– No more complex than needed
– Not degrading system code health
– Commented with the why vs. what
– Appropriately tested
– Sufficiently documented