Hacker News new | ask | show | jobs
by DonaldPShimoda 2595 days ago
Oh, I get it! This makes sense.

So this is mitigated by using `enum.auto` for setting the values. But I can definitely see how `enum.unique` would be useful if your enums had more specific values.

Thanks for the explanation!