Effect propagation to code
Reading Michael Feathers’ ‘Working Effectively With LegacyCode’, I found quite interesting his heuristics to trace propagation of effects to code:
Reading Michael Feathers’ ‘Working Effectively With LegacyCode’, I found quite interesting his heuristics to trace propagation of effects to code:
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...
From Javalobby, an interesting and short video showing the evolution of the Java platform since 1991.
I just came across an interesting post by Stephan Schmidt about constructors in Scala.
Some days ago I started to use the Scala programming language to update my Livejournal tags using its XML-RPC protocol reference. First I had to check if som...