Hacker News new | ask | show | jobs
by leni536 3213 days ago
An extra set of {} seems to be clutter to me.
1 comments

That plus extra indentation. It also obscures the intent since it's not necessarily unambiguous why those braces are there? Is it just to group logically related code (without putting it in a separate method/function) or is it because you're relying on RAII -- it's only possible to tell by searching for destructors on all the classes you're instantiating.