Comment by bionhoward
1 year ago
FYI, there’s a correctness issue in the part about correctness contracts: valid_opts = ['A', 'B', 'C'] if v not in valid_sizes:
valid_sizes is undefined
1 year ago
FYI, there’s a correctness issue in the part about correctness contracts: valid_opts = ['A', 'B', 'C'] if v not in valid_sizes:
valid_sizes is undefined
Oh, thank you; refactoring artifacts. Fixed now.