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...
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...
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...
Short Guide to Javascript Gotchas
This is a blog post of our Code Reading Wednesdays from Codacy (http://www.codacy.com): we make code reviews easier and automatic.
Recently I have been working...
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...