-
- Downloads
Started refactor to using placeCSVonWriter instead of placeCSVonStream
This will give the client the responsibility for the lifecycle of the injected dependency. This is good practice in its own right; however, the elimination of the writer.close() method just seems appropriate since all the client we're writing uses try-with-resources.
Please register or sign in to comment