logoalt Hacker News

DarkNova6yesterday at 10:24 PM1 replyview on HN

Neat! Even-though they should probably use a custom type rather than the generic "Stream" to communicate that this needs to be closed. Or remove the try-with-resource block if closing is not necessary.

This way it leaves some room for misinterpretation.


Replies

uwemaureryesterday at 10:29 PM

Thank you for the suggestion!