ZA | 25-SDC-Nov | Rashaad Ebrahim | Sprint 4 | Implement Shell Tools (Python)#276
ZA | 25-SDC-Nov | Rashaad Ebrahim | Sprint 4 | Implement Shell Tools (Python)#276Rashaad-Ebrahim wants to merge 13 commits into
Conversation
Totals saved as an object just like the file details so we can format the output easily
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
LonMcGregor
left a comment
There was a problem hiding this comment.
Good implementations, well done. I just have one comment asking about your gitignore file
| @@ -1 +1,3 @@ | |||
| node_modules | |||
| **/.venv | |||
| **/requirements.txt | |||
There was a problem hiding this comment.
Do you know what the requirements file is for? what would the side effect be of adding it to the ignore file?
There was a problem hiding this comment.
**/requirements.txt removed from the gitignore file.
I was previously advised about why the requirement.txt should not be in the gitignore. I understand that the details in the file are required so that the person who clones the repository has the same setup as I did
There was a problem hiding this comment.
Correct! This PR now looks complete
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
|
Closing PR because the SDC run has finished. Feel free to re-open if you're still working on it. |
Learners, PR Template
Self checklist
Changelist
My Python implementations of the the Unix commands cat, ls and wc.
Questions
No questions at this time