-
Notifications
You must be signed in to change notification settings - Fork 169
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
Equality #308
Comments
@fabriciofx right, let's do it. |
@fabriciofx but let's call it |
@yegor256 Ok! |
@yegor256 Could you review the PR? Thanks! |
How about using Bytes.NonNulls when assigning left/right in the Equality constructor? Thus you get some better exceptions. If so you should have some tests using NULL Bytes. |
@svendiedrichsen Well, I don't know if it's better. The idea is give to developer the choice of use |
@fabriciofx, @yegor256: I'd say that the Equality object has to be in power to make this decision. But anyway the only difference that using NonNull brings is a better Exception using a proper message. So imho Equality should be in charge of deciding to throw better exceptions. But in general can't i see the use of NonNull in the first place. Doesn't it violate the first principle as stated for this project? Or shouldn't all objects of this project use such a NonNull implementation? WDYT? |
@svendiedrichsen I don't think |
@yegor256 ping! |
@fabriciofx I don't see a link between NonNull and Equality. Anyway, it's necessary to see the code. |
@0crat in |
@0crat assign @fabriciofx |
@llorllale Job #308 is now in scope, role is |
@llorllale The job #308 assigned to @fabriciofx/z, here is why; the budget is 30 minutes, see §4; please, read §8 and §9; if the task is not clear, read this and this |
Bug was reported, see §29: +15 point(s) just awarded to @fabriciofx/z |
Manual assignment of issues is discouraged, see §19: -5 point(s) just awarded to @llorllale/z |
It is strongly discouraged to assign jobs to their creators, see §19: -15 point(s) just awarded to @llorllale/z |
@fabriciofx/z this job was assigned to you 5days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please. |
The user @fabriciofx/z resigned from #308, please stop working. Reason for job resignation: It is older than 10 days, see §8 |
Resigned on delay, see §8: -30 point(s) just awarded to @fabriciofx/z |
@llorllale Please close this issue since @fabriciofx is inactive. It was solved in #809 |
@Vatavuk I agree, thanks. |
@elenavolokhova/z please review this job completed by @Vatavuk/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
The job #308 is now out of scope |
@svendiedrichsen According to our Policy:
This comment was not addressed:
Please, confirm that you'll follow this rule in future. |
@elenavolokhova Confirmed. |
@0crat quality acceptable |
Quality review completed: +8 point(s) just awarded to @elenavolokhova/z |
Let's implement
Comparison
like can see here. I'll handle it.The text was updated successfully, but these errors were encountered: