Skip to content

Conversation

@FisherSkyi
Copy link

@FisherSkyi FisherSkyi commented Nov 4, 2025

Exercise Review

Exercise Discussion

Link the exercise discussion issue #105

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?

@FisherSkyi FisherSkyi marked this pull request as ready for review November 4, 2025 12:49

create_or_update_file(
"colours.txt",
"a file for colours\n",
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
"a file for colours\n",
"a file for colours",

Copy link
Author

Choose a reason for hiding this comment

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

I don't think here should remove the escape sequence. The targeted colour.txt should be

a file for colours
blue
red
white

While if removed, will be

a file for coloursblue
red
white

)
create_or_update_file(
"shapes.txt",
"a file for shapes\n",
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
"a file for shapes\n",
"a file for shapes",

Copy link
Author

Choose a reason for hiding this comment

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

Same reason as colour.txt, here I think we should keep the \n

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] T4L3/hp-diff-changes (Examining staged and unstaged changes)

2 participants