Skip to content

Conversation

@keerthigkaarthik
Copy link

@keerthigkaarthik keerthigkaarthik commented Nov 1, 2025

Exercise Review

Exercise Discussion

#90

Checklist

  • If you require a new remote repository on the Git-Mastery organization, have you created a request for it?
  • Have you written unit tests using repo-smith to validate the exercise grading scheme?
  • Have you tested the download script using test-download.sh?
  • Have you verified that this exercise does not already exist or is not currently in review?
  • Did you introduce a new grading mechanism that should belong to git-autograder?
  • Did you introduce a new dependency that should belong to app?

Copy link
Member

@woojiahao woojiahao left a comment

Choose a reason for hiding this comment

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

Left some minor nits


create_or_update_file(
"fruits.txt",
"apples\nbananas\ncherries\ndragon fruits\n",
Copy link
Member

Choose a reason for hiding this comment

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

Use a multi-line string to avoid \n


create_or_update_file(
"fruits.txt",
"apples, apricots\nbananas\nblueberries\ncherries\ndragon fruits\nfigs\n",
Copy link
Member

Choose a reason for hiding this comment

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

Use a multi-line string to avoid \n

"apples, apricots\nbananas\nblueberries\ncherries\ndragon fruits\nfigs\n",
)
add(["fruits.txt"], verbose)
commit("Update fruits list", verbose) No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
commit("Update fruits list", verbose)
commit("Update fruits list", verbose)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Hands-On Discussion] T4L1/hp-view-commits (View specific commits)

2 participants