-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let's get rid of List.add() #160
Comments
@yegor256 thanks, I added the "bug" tag |
@yegor256 thanks a lot for reporting, 15 mins added to your acc, pmt ID |
@super132 the task is for you now, follow these guidelines. Don't hesitate to ask any technical questions right here... The budget of this issue is 30 mins, which is exactly how much will be paid when the task is done (see this for explanation) |
@yegor256 , may I know could you please point me an example that illustrating this bug? Do you mean to replace the Thanks. |
@yegor256 After digging into the codes more, my understanding is to replace the use of Thanks. |
@super132 this ticket is about concatenating headers only. You're right, we should use
Should be replaced with:
|
@super132 check this "no obligations principle".. This task is on your name for at least 15 days. If you can't close it within the next 48 hours I will have to assign someone else to it. This article should help if you're stuck -30 added to your rating, at the moment it is: +8 |
@davvd , there is no bug in my codes. I will try my best to get the code review passed in my next 48 hours. |
@super132 we don't do it like this. we use PDD instead: http://www.yegor256.com/2009/03/04/pdd.html You created too many pull requests for this single ticket. This is a wrong approach in general. You should try to write as little code as possible and mark everything that can be done later with |
@yegor256 I learned when should create puzzles from this ticket. I will do it in a much better way for future tickets. Thanks. |
@super132 thanks! |
@elenavolokhova please, let us know what do you think about this ticket, according to our QA rules |
@super132
There are some comments in this ticket with no addressee. Try to avoid such issues in future. |
@elenavolokhova I fixed comments without addressees. I confirm I am clear and no question on the QA rule. Thanks. |
@super132 Thank you! |
@davvd Quality is acceptable. |
@elenavolokhova thanks, got it. everybody, please try to make it good next time |
@super132 10 mins was added to the account of @elenavolokhova (for QA review), in transaction 57184341... Much obliged! I have added 1 hour to your account in payment "AP-3MG05873T77364832", 599 hours and 7 mins spent... age=2, that's why a bonus here for fast delivery... +60 added to your rating, at the moment it is: +83 |
We're using
add()
method in a few places, fromList
interface, mostly for concatenation of headers. Let's get rid of that and introduce a new classorg.takes.misc.Concat
, which implementIterable
and encapsulate two iterables inside:The text was updated successfully, but these errors were encountered: