Why we implemented Offline days at Codacy
Since the Coronavirus outbreak, like most people, we are facing a unique reality that is challenging us in many ways at the same time.
We are being challenged personally:...
Technical Debt In Coding
In this world, everybody has some kind of debt. And if we talk about the technical debt, it sounds like some kind of a financial term and actually, this is where this programming concept...
Typed actors with routing
This is a blog post of our Code Reading Wednesdays from Codacy (http://www.codacy.com): we make code reviews easier and automatic.
A few weeks ago we wrote about typed actors and how we built our architecture...
What are Static Analysis Tools?
Static analysis tools are carried out on a software product in a non-runtime environment. This means that it is unnecessary to execute a program for the analysis tool to debug the software.
Through this method,...
Scala Static Analysis Tool Review
In the past we reviewed the different coding styles that the Scala programming language offers. In this, we will review scala static analysis tools.
We also saw in the last couple of months the apparition...