Hacker News new | ask | show | jobs
by uutangohotel 498 days ago
Would you mind expanding on the usage of enums for the feature flags table? Why not use a boolean?
1 comments

We actually did use booleans, I just found it easier to explain using enums, and the code would have been simpler if we'd done it that way.