Pretty much every main programming language supports Regular Expressions, and many static analysis tools have patterns that relate to regular...
18/03/2016
Cross Programming Languages Best Practices
We want to focus on cross programming best practices as often it seems like best practices are tied to a specific programming language. However, some...
17/03/2016
Checkstyle Integration: New Codacy Feature
Checkstyle is one of the best and most comprehensive static analysis tools for Java code.
14/03/2016
Code Review vs. Testing
Among coding best practices, code review vs. testing are often compared. Here’s what you need to know about each.
29/02/2016
3 new Scala code patterns
Read about 3 new Scala code patterns we just added to our platform in our mission Codacy to support multiple coding languages effectively.
15/01/2016
How to avoid merge pull request limbo
Sometimes git merge pull requests can take time and become long-lived, a source of frustration for many developers. Long-lived pull requests are pull...