top | item 32396256 You might be using assert wrong (Python) 2 points| rikatee | 3 years ago |highertier.com 1 comment order hn newest jollyllama|3 years ago Asserting the presence of critical data without which the program cannot function is valid. But failing gracefully and asking again for user or network data is correct.
jollyllama|3 years ago Asserting the presence of critical data without which the program cannot function is valid. But failing gracefully and asking again for user or network data is correct.
jollyllama|3 years ago