February 9, 2014scala The best code coverage for Scala The best code coverage metric for Scala is statement coverage. Simple as […]
December 27, 2013Programming, scala Await without waiting Scala has recently introduced async and await features. It allows to write […]
September 3, 2013Programming With a little help from our friends “How many bugs have your unit tests found? And why they didn’t […]
August 25, 2013scala Scala Wonderland: Case classes and pattern matching Pattern matching is usually related to text search. In Scala it has […]
August 1, 2013it Seduced by the West I was born and lived 30 years in Bratislava, capital of Slovakia. […]
July 30, 2013scala Scala Wonderland: Semicolons, singletons and companion objects In Scala you may usually omit semicolon at the end of a […]
July 21, 2013scala Scala Wonderland: Lists In functional style methods should not have side effects. A consequence of […]
July 18, 2013Programming The Rule of Failed Integration Build What to do if an integration build fails? By failing I mean […]
July 12, 2013July 12, 2013scala Scala Wonderland: The functional style Scala encourages to use a functional style of programming. For programmers coming […]
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 […]