9
votes
11answers
412 views
Named blocks to limit variable scope: good idea?
For years, I've been using named blocks to limit the scope of temporary variables. I've never seen this done anywhere else, which makes me wonder if this is a bad idea. Especially since the Eclip …
