Hacker News new | ask | show | jobs
by spc476 1461 days ago
Oh, one other reason to do the new scope instead of a function---you can still use variables in the outer scope that you might otherwise have to pass in to a function.