Hacker News new | ask | show | jobs
by zephen 32 days ago
Or even whether you need a destructor, or something simpler, like nulling out a pointer or two to break a reference loop.

defer is a perfectly general structured flow concept; it only cares about when you do something, and is completely orthogonal to what you need to accomplish.

1 comments

I'm not sure the folks responding can tell the difference.