Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
_dky
7 months ago
|
parent
|
context
|
favorite
| on:
Problems with C++ exceptions
If C++ had a contract on what exceptions a function can throw with compile time check to enforce caller catches those exceptions, would it make it better?
Guess Java does that, not much experience in Java here.
rerdavies
7 months ago
[–]
Java does it. It is a horrible horrible feature. C# used to do it. But they decided it's a horrible horrible feature, and removed it.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Guess Java does that, not much experience in Java here.