HTML Canvas cheat sheet
While browsing the web for cool projects, we found the “HTML Canvas Tutorial” cheat sheet. While reading it, and thinking of ways to play...
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...
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...
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...