Reading "
Is Scala Not “Functional Enough”? linked to a post I've read before "
Are Scala's case classes a failed experiment?" but hadn't blogged about it. In Java I simply avoid using switching based on type (for example, if foo.getClass() else if bar.getClass()) I really like case classes in Scala especially for
language processing.
No comments:
Post a Comment