-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tutorial removing field #72
base: master
Are you sure you want to change the base?
Tutorial removing field #72
Conversation
Great job in tracing all the source code that requires changes when removing a field. |
case DeleteCommand.COMMAND_WORD: | ||
return new DeleteCommandParser().parse(arguments); |
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.
May I know why this is reflected as new lines of code added?
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.
Same question here.
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.
Good question. Could have been due to reordering of code.
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.
Yes, same question as Vineeth; however it appears that most of the removed lines are identical to the added ones. @buddhavineeth perhaps this could be a glitch.
No description provided.