Hacker News new | ask | show | jobs
by zepolen 287 days ago
> ending up in a mess such as 20 columns named is_something_enabled

Mess? I'd call a column called `flags` containing a bunch of arbitrary numbers the mess.

Bitflags have use cases, but this isn't one of them.