Y
Hacker News
new
|
ask
|
show
|
jobs
You might be using assert wrong (Python)
(
highertier.com
)
2 points
by
rikatee
1408 days ago
1 comments
jollyllama
1408 days 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.
link