|
|
|
|
|
by kllrnohj
1038 days ago
|
|
Exceptions cost performance when thrown whereas return values always cost performance. If all you care about is outright performance, having the option for exceptions is easily the superior choice. The binary does get bigger but those are cold pages so who cares (since exceptions are exceptional, right?) |
|