Y
Hacker News
new
|
ask
|
show
|
jobs
by
nicoburns
1126 days ago
I'd
much
rather have a bug in my program than UB. At least the bug is easy to track down and fix, and is limited in scope to the line of code that contains the error.
1 comments
bluGill
1124 days ago
You sacrifice speedy code for this case that probably won't even happen and so you probably won't have to debug anyway. Is it really worth it?
link