Closed coollog closed 6 years ago
AbstractHashingBlob.java "In general, I would like to lean towards the composition model for code sharing. Perhaps HashingStringBlob and HashWriterBlob could share this code through a third object that is passed to them?" - @loosebazooka
AbstractHashingBlob.java
I ran into this too with InputStreamBlob and FileStreamBlob, you can compose with templates if you chose to do so.
AbstractHashingBlob.java
"In general, I would like to lean towards the composition model for code sharing. Perhaps HashingStringBlob and HashWriterBlob could share this code through a third object that is passed to them?" - @loosebazooka