-
Notifications
You must be signed in to change notification settings - Fork 165
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
NumberEnvelope should be named NumberOf #1335
Comments
@paulodamaso/z please, pay attention to this issue |
@victornoel I agree, this will make |
@0crat in |
The architect of the project has changed; @paulodamaso/z is not at this role anymore; @victornoel/z is the architect now |
@0crat in |
@0crat refuse |
1 similar comment
@0crat refuse |
@victornoel Job |
@victornoel The user @lavinj87/z resigned from #1335, please stop working. Reason for job resignation: Order was cancelled |
@aivinog1 I see you are new around here, welcome. If you have questions don't hesitate to ask here, there are no incorrect questions :) And also, if a task seems too much as a starter or you don't want to do it, don't hesitate to simply refuse it with If you are inactive for too long (~10 days) on a task, I may remove it from you, so don't hesitate to ask questions :) |
@victornoel Hi, thanks! I have a question: what we should do with an existing: |
@aivinog1 indeed, I see the situation is worst that what I imagined. So we should try to have
|
@0crat refuse |
@victornoel, Hello, now |
@ruca905 yes, you analysis is correct. Most of the work here is improving the naming of things, in the end we should have:
I hope it is more clear. |
@ruca905 are you going to be solving this ticket? |
Sorry, I thought that I was removed from this task due to the fact that I did not have time in accordance with the rule of 10 days and the zerocracy policy. I'll post a commit in a few hours. |
@ruca905 you can check the list of tasks assigned to you on 0crat.com btw. |
@victornoel, I have a problem. |
@0crat status |
@victornoel This is what I know about this job in C63314D6Z, as in §32:
|
@victornoel the puzzle #1617 is still not solved. |
@victornoel the puzzle #1640 is still not solved. |
@victornoel the puzzle #unknown is still not solved; solved: #1640. |
I noticed that
NumberEnvelope
wasn't a real envelope but just a given implementation ofNumber
relying onScalar
.I propose the following:
NumberEnvelope
toNumberOf
NumberEnvelope
as a real envelope wrapping anyNumber
and delegating all methods includingequals
,hashCode
andtoString
NumberEnvelope
for existing subclasses but delegates toNumberOf
(or directly to any otherNumber
if possible)equals
,hashCode
andtoString
toNumberOf
todo
not to do too much things at onceThe text was updated successfully, but these errors were encountered: