Monthly Archives: February 2010

Hello World in Scala ;-)

Hello World example with Scala language plugin for Eclipse. Continue reading

Posted in Scala Experience | Tagged , | Leave a comment

Rumbling : How to refactor existing code ?

Today I have  worked on my project in Java to make a refactoring of a class named TableUtil. First I decided to refactor it to Factory Method but I found out that TableUtil class depends on many small independent classes. … Continue reading

Posted in Observations | 8 Comments