Closed yashshah14093 closed 3 years ago
@yashshah14093 - Hey, I can merge the PR but you will not be awarded points for it because contribution starts from Dec 1. Make this PR again on Dec 1 if you want points .
@yashshah14093 - Hey, I can merge the PR but you will not be awarded points for it because contribution starts from Dec 1. Make this PR again on Dec 1 if you want points.
It would be great if you merge this PR as further development in this project will be easier. I have no issue with the points.
Made all the changes except one that is not resolved.
@yashshah14093 - Made some more comments.
- Remove the extra newlines in between the code. It's quite readable. If you want to improve code quality or readability, there are other ways to do that which is by refactoring some already written code.
- Make sure the tab size on all pages is 2 and tabs are converted to spaces.
Made all the changes in the application.
One last thing, could you get rid of that binary at
__pycache__
?
Can I add that file to .gitignore?
Can I add that file to .gitignore?
Yeah sure & also remove it from this PR with a new commit.
Please resolve the conflicts. For reference see the changes made in #26
Added the pycache to .gitignore and also resolved the conflicts by updating the changes.
LGTM ! Thanks @yashshah14093 !
Divided the functions into a different set of python scripts, So that it would be easier for further development.