SimpleCompletionPolicy
should have getChunkSize()
method.
#3738
Labels
Milestone
SimpleCompletionPolicy
should have getChunkSize()
method.
#3738
Uh oh!
There was an error while loading. Please reload this page.
Currently,
SimpleCompletionPolicy
doesn't havegetChunkSize()
.But
toString()
method returns a string that include own chunk size by some format.You can see them on this.
I think it is a code smell.
If I want to get its chunk size, I have to parse
toString()
result. It is a very ugly way.I suggest two options to solve this.
toString()
doesn't show own chunk size.getChunkSize()
public method.In my opinion, It should be second option.
If you approve this idea, comment, please. And then, I will make a pull request for this.
Thank you.
The text was updated successfully, but these errors were encountered: