Codacy Architecture: Strongly Typed Actors
We glimpse at Codacy architecture structure in this blog from Code Reading Wednesdays at Codacy (http://www.codacy.com). The event helps code reviews become easier and automatic.
Codacy Overview
Being a code centered company, one thing we are...
Optimizing Scala Code
This is a blog post on Scala code from our Code Reading Wednesdays from Codacy (http://www.codacy.com): we make code reviews easier and automatic.
I’ve been busy in Codacy making things run faster.
We’ve been hunting down...
How to write legible QA tests
Our quality-minded software engineer shares best practices for writing legible QA tests.
Integration with ESLint JavaScript Linter
This past year we’ve seen an incredible growth coming from ESLint, a linter on steroids for ECMAScript, JSX and JavaScript code. It quickly became the go-to JavaScript linter for the programming language's community. The...
Error handling: Monad Error for the rest of us
In this post we aim to demonstrate a practical use of the Monad Error type class and how it can be used to develop generic error handling code.