-
Notifications
You must be signed in to change notification settings - Fork 0
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
[PR3] DEV-3 Measurement class #10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lo que he visto es que aun no esta terminado Value.go, el resto esta bien
src/DataTransfer/podDataCreator/domain/measurement/value/bool.go
Outdated
Show resolved
Hide resolved
src/DataTransfer/podDataCreator/domain/measurement/value/number/float.go
Outdated
Show resolved
Hide resolved
src/DataTransfer/podDataCreator/domain/measurement/value/number/units.go
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cositas para facilitarte el error handling y algun tema de convenciones. Poca cosa pero que hay que mirar
src/DataTransfer/podDataCreator/domain/measurement/value/number/Number.go
Outdated
Show resolved
Hide resolved
src/DataTransfer/podDataCreator/domain/measurement/value/number/operations.go
Outdated
Show resolved
Hide resolved
src/DataTransfer/podDataCreator/domain/measurement/value/number/units.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
return result | ||
} | ||
|
||
func undoUnits(number float64, operations []Operation) float64 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Porque es necesario revertir operaciones para devolver valores anteriores? para qué es este método?
Falta por implementar la conversión de unidades