-
Blogroll
Freiheit
Friends
Meta
Categories
Monthly Archives: September 2011
Readability vs Runtime Feedback
In my scala explorations I also came across the problem of testing and verifying mocks. In scala it is trivial to pass around predicates, however these are function objects, that can be applied, but don’t know much about their implementation. … Continue reading
Posted in Software Development
Leave a comment
Scala Compiler Quirks
Recently I have been dabbling with scala a bit. As it happens I found a few quirks in the compiler. So does the following bit of code compiler and, if so, what does it print? object Example { val x … Continue reading
Posted in Software Development
1 Comment