PHP Static Analysis Tools Review
Performing PHP static analysis will help maintain your code quality over time, particularly as it becomes even harder in large projects developed by many...
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...
How to code review in a Pull Request
This blog discusses how to code review within a pull request in order to improve your code quality.
What...
Review of Ruby Static Analysis Tools
Having trouble deciding which tool to use for Ruby Static Analysis, or perhaps unsure whether you found the most common ones? Here’s a small...
Deciphering Javascript Checkers: Know Why and When You Might Use Them
We’re all familiar with rules of grammar, which aid in communication by letting us know when to use a comma, how to spell a...