February 20, 2014July 18, 2020play-framework Init.d shell script for Play framework distributed applications I wrote a shell script to control Play framework applications packaged using built-in command dist. Applications packaged this way are zipped standalone […]
February 9, 2014scala The best code coverage for Scala The best code coverage metric for Scala is statement coverage. Simple as that. It suits the typical programming style in Scala best. […]