Closed scristalli closed 5 years ago
This pull request #85 is assigned to @olenagerasimova/z, here is why; the budget is 15 minutes, see §4; please, read §27 and when you decide to accept the changes, inform @g4s8/z (the architect) right in this ticket; if you decide that this PR should not be accepted ever, also inform the architect; this blog post will help you understand what is expected from a code reviewer; there will be no monetary reward for this job
@scristalli @g4s8 no comments
@rultor merge
@rultor merge
@olenagerasimova Thanks for your request. @g4s8 Please confirm this.
@rultor merge
@rultor merge
@g4s8 OK, I'll try to merge now. You can check the progress of the merge here
@0crat quality bad
This is for #55.
I removed
Integer.parseInt
as requested and replaced withNumberOf
. There was another occurrence of this static method inThreadIssue.java
, since even a 30 minutes puzzle seemed too much for it I've taken the liberty of replacing the method there as well.I did not find a way to reduce coupling in the construction of
Issue.Smart
, I think that some of the necessary improvements for doing that belong in jcabi and we don't have much room in ghman only. For the moment, I just made the code more readable by separating some declarations from the constructor call (I usedTkNotifications
as an example for the user).