Hacker News new | ask | show | jobs
by jnordwick 3346 days ago
Just use another language if you want pattern matching so badly. Twisting Java to look like Scala doesn't do the language justice.
2 comments

You act as if what op described must be the entirety of their code base. What if pattern matching is just a small part of a larger problem better solved with Java?
It's not so easy to just choose another language; there might be hundreds of thousands of lines of Java already written. In that case it's better make the best of a bad situation by doing something like this, than not even trying.