Code Review Etiquette
Code review etiquette follows similar parameters as polite, social behavior.
Etiquette: noun | et·i·quette
the customary code of polite behaviour in society or among members of...
What is code review and do I need it?
At Codacy, one of the questions we get the most is:
“What is code review (and do I need it)?”
With code review, a person or...
How to make the Scala compiler review your code
This is a blog post by our own Pedro Rijo on how to make the Scala compiler help you in reviewing your code. The...
Review of Java Static Analysis Tools
Here are some of the Java Static Analysis tools you should know about:
1. PMD Java
PMD scans Java source code and looks for potential problems.
Problems range...
Code Review vs. Testing
Among coding best practices, code review vs. testing are often compared. Here’s what you need to know about each.
What are Code Reviewing and Testing?
Code Review
Code...