Day: September 17, 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. So while the code is readable the feedback can be quite bad. Groovy’s assert statement…