July 30, 2013scala Scala Wonderland: Semicolons, singletons and companion objects In Scala you may usually omit semicolon at the end of a statement. It is required if more statements are on a […]
July 6, 2013July 6, 2013scala Scala Wonderland #1: All operations are method calls I’ve started learning Scala two months ago and I can’t get back to Murakami’s 1Q84 so exciting it is. In the coming […]
June 7, 2013June 11, 2013Programming Sustainable Automated Testing Have you ever had a feeling that aed testing is becoming overhead for the project? That the effort to keep them green […]
June 7, 2013June 11, 2013Programming Reflection Against OOP Principles What is so cool about the possibility to access private class members from outside using reflection? Everyone keeps asking you during job […]