Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
You might be using assert wrong (Python) | Dark Hacker News
You might be using assert wrong (Python)
(highertier.com)
2 points
by
rikatee
3 years ago
| 1 comment
jollyllama
3 years ago
|
next
[−]
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.