Y
Hacker News
new
|
ask
|
show
|
jobs
by
bob1029
1337 days ago
I think I still prefer NotImplementedException. It also covers things that
are
logically reachable but not ready for use yet. The nuance is the string argument to the ctor.
3 comments
Deukhoofd
1337 days ago
I do let my IDE register NotImplementedExceptions as TODOs, which is not really desired for things that should not be reachable.
link
hardware2win
1337 days ago
Different intention.
link
kevingadd
1337 days ago
It's useful to have a separate type since things like exception messages can get optimized out for size in some cases.
link