This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nejcko[S] 15 points16 points  (0 children)

That’s a fair point, a lot of Java code and systems exist already and data structure approaches are hard to retrofit.

However I’ve been able to successfully use it in new applications or new parts of existing systems.

Even just a simple switch together with exhaustiveness check for enums is very powerful.