Hacker News new | ask | show | jobs
by majewsky 3646 days ago
I also use naked scope blocks sometimes. To me, their main purpose is to make temporary variables go out of scope, to clarify which variables are still intentionally live beyond the block.