Y
Hacker News
new
|
ask
|
show
|
jobs
by
strictfp
3649 days ago
Eh, defer is more similar to javas try-with-resources or C#:s using, who both put the burden on the user of the object and cannot handle recursive cleanup (cleanup of trees). So I consider it much worse than destructors.