-
Notifications
You must be signed in to change notification settings - Fork 7
Draft pull request to review code #4
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -177,3 +177,5 @@ private void dispatchTakePictureIntent() { | |
| } | ||
| } | ||
| } | ||
|
|
||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. General - same line comment should be limited to 3 words and not more, this will cause comment overflow and will affect the readability of the code 56 - Separate the comments from the code usually by a space or a tab space Summary, this file has too many comments scattered in a random way! Could be grouped on the starting of each method to improve readability! Could also use good spacing to make it look better! |
||
| // Dummy line | ||
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.
This pull request was created only for the purpose of code review!
Please make the recommended changes, commit either to this branch or a separate branch, and assign me again as a reviewer for the final review!
You can discard the 'Dummy lines' I have added as a part of this review process!
General suggestions outside the files changed: