Y
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
Lunrtick
738 days ago
That's a good point! I suppose in Python that could be a guard in the column definition function.
link
throw156754228
738 days ago
Exactly, this is an error that should've been picked up statically, before unit even.
link