-
Notifications
You must be signed in to change notification settings - Fork 97
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
Improving Indentation and adding Comments in codebase #117
Labels
enhancement
New feature or request
Comments
I would be interested to work on this, how do I start? |
Fix the issue and submit a PR to this project. |
@mshudrak okay, I am Working over it |
Respected,
Mam have made a PR regarding same.kindly review it
With Best Regards,
Negrah S
… On 30-Mar-2023, at 7:47 PM, mshudrak ***@***.***> wrote:
Fix the issue and submit a PR to this project.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
@mshudrak can I work on it? |
Sure, feel free to work in it. |
1 similar comment
Sure, feel free to work in it. |
Ok, I'm working on it. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
There are few indentation issues and the code lacks the comments that would help it be easier to read.
Description
Adding suitable comments in the codebase and maintaining-proper indentation throughout
Additional context
Comment serve as a reminder to change something in the future. Code commenting also becomes invaluable when you want to ‘comment out’ code. This is when you turn a block of code into a comment because you don’t want that code to be run, but you still want to keep it on hand in case you want to re-add it.
Implementation
The text was updated successfully, but these errors were encountered: