Y
Hacker News
new
|
ask
|
show
|
jobs
by
nijave
332 days ago
On the other hand, presumably the program will just crash anyway with some terse permission/request error later on if these values aren't set
1 comments
IshKebab
332 days ago
Doesn't matter. Assertions should be used for things that are always true (barring bugs in the program). That isn't the case here.
link