Hacker News new | ask | show | jobs
by quantified 2357 days ago
Similar for Java's try-with-resources.

Also, I use a style in Java with higher-order functions (aka Callables/Runnables) that's like the pattern ascribed to Ruby, for situations not covered by AutoCloseable.

1 comments

Thanks for the pointers, adding them to the article (with credits)