Hacker News new | ask | show | jobs
by jowea 738 days ago
I could imagine some sort of static analysis saying that using a constant value instead of a function is a mistake for columns with unique set.
2 comments

That's a good point! I suppose in Python that could be a guard in the column definition function.
Exactly, this is an error that should've been picked up statically, before unit even.