Skip to content

NW|26-JUI-SDC|Ahmad Hmedan|Sprint 4 |Implement-shell-tools-python - #608

Open
AhmadHmedann wants to merge 5 commits into
CodeYourFuture:mainfrom
AhmadHmedann:shell-tool-python
Open

NW|26-JUI-SDC|Ahmad Hmedan|Sprint 4 |Implement-shell-tools-python#608
AhmadHmedann wants to merge 5 commits into
CodeYourFuture:mainfrom
AhmadHmedann:shell-tool-python

Conversation

@AhmadHmedann

@AhmadHmedann AhmadHmedann commented Jul 26, 2026

Copy link
Copy Markdown

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Implement cat, ls, and wc CLI

Task ID: CYF-1152

@AhmadHmedann AhmadHmedann changed the title NW|26-JUI-SDC|Ahmad Hmedan|Sprint 3 |Implement-shell-tools-python NW|26-JUI-SDC|Ahmad Hmedan|Sprint 4 |Implement-shell-tools-python Jul 26, 2026
@AhmadHmedann AhmadHmedann added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 26, 2026

@LonMcGregor LonMcGregor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good work, the files are very neat and well written. Just one minor suggestion to improve

Comment thread implement-shell-tools/wc/wc.py Outdated
print(" ".join(map(str, results.values())), path)

if len(paths) > 1:
print(" ".join(map(str, total_results.values())), "total")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you print multiple files, how does the output look? Is there a change that could make it neater?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback! I hope I've addressed your question.

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 3, 2026
@AhmadHmedann AhmadHmedann added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Aug 4, 2026

@LonMcGregor LonMcGregor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much better - the output will be formatted more neatly here

@LonMcGregor LonMcGregor added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants