Daniel Gagnon

Results 1 issues of Daniel Gagnon

The D programming language have a feature I'm fond off called [Scope Guard Statements](http://www.digitalmars.com/d/2.0/statement.html#ScopeGuardStatement) Go also have a variant of that feature called defer. The feature works like this: ```...