Hacker News new | ask | show | jobs
by pcwalton 3103 days ago
But that defer is already lexically at the function scope, so block-scoped defer would do the same thing.
1 comments

Ah, sorry, you meant function-scoped vs block-scoped not just in general. Yeah, agreed.