-
Notifications
You must be signed in to change notification settings - Fork 2
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
refactor(position): Extract JSON From Position #495
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.
Seems like naming is mixed, what's differnene?
lpPositionId
positionId
Nothing. modified it with control+F, so it must have gotten mixed up. |
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.
Change all tokenID
to positionID
.
lpPositionId
to positionID
too.
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
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.
@notJoon position ID
-> positionID
, lpPositionId
-> PositionId
.
Do not request a review until you apply the requested changes to all parts.
All comments except the Please note that while variable names should be written without spaces, I didn't reflect that change for comments because they're easier to read with spaces. Variables should be written without spaces, but when text serves as a comment, spaces make it more readable |
|
Description
related with #473