What Programming Languages need Code Reviews?
This is a blog post of our Code Reading Wednesdays from Codacy (http://www.codacy.com): we make code reviews easier and automatic.
We launched Codacy for private...
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...
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...
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.
Difference between private and private[this]?
When using private and private do you know the difference?
When adding the scope to the private modifier (private), it effectively behaves as a “up...