Y
Hacker News
new
|
ask
|
show
|
jobs
by
dnautics
152 days ago
I don't know if this particular error would have been findable with zig-clr, but you don't need RAII. Errdefer/defer is enough, if you have an alogrithm checking your work.
1 comments
hardwaresofton
151 days ago
It’s not that you NEED RAII (or any other language abstraction), it’s that this case would have been avoided with that usage.
Clearly, the current state of things was not enough.
link
Clearly, the current state of things was not enough.