generated from CodeYourFuture/Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 259
Glasgow | 25-ITP-SEP | Alaa Tagi | Sprint 3 | Coursework/sprint 3 implement and rewrite #756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Alaa-Tagi
wants to merge
18
commits into
CodeYourFuture:main
from
Alaa-Tagi:coursework/sprint-3-implement-and-rewrite
Closed
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b5de08b
build up getAngleType case by case
Alaa-Tagi b5fa562
Editing is-proper-fraction code
Alaa-Tagi 3898643
Editing getcardvalue code
Alaa-Tagi 78d374a
rewrite test with jest for getangletype code
Alaa-Tagi d07dd99
update isproperfraction code
Alaa-Tagi a223e45
Rewrite test with jest for isproperfraction code
Alaa-Tagi 17435c8
update the code
Alaa-Tagi 63246ca
Editing the code
Alaa-Tagi b5c55bd
edit the code
Alaa-Tagi a3c8fc8
editing the code
Alaa-Tagi 991832e
Enhance Jest tests for isProperFraction function
Alaa-Tagi f52bd8d
Fix the code
Alaa-Tagi 5274005
Editing the jest code
Alaa-Tagi 7bc1534
Editing code
Alaa-Tagi 5e63f68
update the jest code
Alaa-Tagi 27f970f
manually deletinh all the unwanted content and the markers
Alaa-Tagi 5837808
deleting the markers
Alaa-Tagi 28455ef
deleting the doubled cases inside the code
Alaa-Tagi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to deleting the markers, you would also need to decide what to do with the conflicting content (those code between the marker). Normally, we just need to delete the code from one version and keep the other one.
In this example, code on lines 3-5 is from version A and code on lines 6-11 is from version B.
If you read the comments, you can see two
// Case 1: .....At current state, this test file won't execute.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deleted double cases