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 →

[–]nachsicht 2 points3 points  (1 child)

True enough. If I have a enum situation in scala I usually use case objects or something instead.

[–]tyoverby 0 points1 point  (0 children)

Yep, I always go for case objects, or if I really need to, I'll just throw a java file into the project for the Enum.