Remix.run Logo
codr7 5 days ago

Replacing booleans with timestamps might be a good idea sometimes, presenting it as The Solution isn't very constructive imo.

Adding a separate table where the presence of a record means 'true' allows recording related state without complicating the main table.

And sometimes a boolean is exactly what you want.

wavemode 5 days ago | parent [-]

the article presents that as an example of bad advice