Lessons from Code Reviews in the Wild (part 2): Get rid of unnecessary code
Martin Pöhlmann
by Martin Pöhlmann
~1 min read

Categories

Tags

This is the second post of two posts concerning code reviews on my company’s blog. This time I emphasis on one of the benefits of code reviews: Getting rid of unnecessary code.

Beginners do not write verbose code out of malice. They do it to help themselves. To make the code readable to them.

Kasper B. Graversen

Read more