Recent Posts

Effect propagation to code

less than 1 minute read

Reading Michael Feathers’ ‘Working Effectively With LegacyCode’, I found quite interesting his heuristics to trace propagation of effects to code:

JDK7 Tackles Java Verbosity

less than 1 minute read

Interesting article showing some changes on the Java platform to address its verbosity, but keeping code readability safe. I liked the new Collection’s liter...

A Brief History of Java and JDBC

less than 1 minute read

From Javalobby, an interesting and short video showing the evolution of the Java platform since 1991.

Constructors in Scala

less than 1 minute read

I just came across an interesting post by Stephan Schmidt about constructors in Scala.