forked from nus-cs2103-AY2223S1/ip
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jamietan2002/ip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Level-10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jamietan2002/ip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 18 files changed
- 2 contributors
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f616682 - Browse repository at this point
Copy the full SHA f616682View commit details
Commits on Sep 8, 2022
-
Add assertions to Parser methods
There are a few methods in Parser that will be invalid if the user inputs are not in the correct format. Using assertions to define assumptions about the program state so that the runtime can verify them allows bugs in the code to be detected. Let's define assertions to ensure that assumptions in the program are not violate.
Configuration menu - View commit details
-
Copy full SHA for d1d2c4c - Browse repository at this point
Copy the full SHA d1d2c4cView commit details -
Merge pull request #1 from jamietan2002/branch-A-Assertions
Add assertions to Parser methods
Configuration menu - View commit details
-
Copy full SHA for 962af12 - Browse repository at this point
Copy the full SHA 962af12View commit details -
There are redundant comments and code duplication. Improving code quality is important to make the code more understandable so that it can be read, understood and modified by other developers. Lets * remove redundant comments * minimize code duplication * format Javadocs to follow coding standards
Configuration menu - View commit details
-
Copy full SHA for b5bd55c - Browse repository at this point
Copy the full SHA b5bd55cView commit details -
Merge pull request #2 from jamietan2002/branch-A-CodeQuality
Improve code quality
Configuration menu - View commit details
-
Copy full SHA for b2dfd8f - Browse repository at this point
Copy the full SHA b2dfd8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91a4ee9 - Browse repository at this point
Copy the full SHA 91a4ee9View commit details -
Merge pull request #3 from jamietan2002/branch-A-CodeQuality
Improve code quality
Configuration menu - View commit details
-
Copy full SHA for 4908885 - Browse repository at this point
Copy the full SHA 4908885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 195c7e7 - Browse repository at this point
Copy the full SHA 195c7e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f638aea - Browse repository at this point
Copy the full SHA f638aeaView commit details
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 68d6e5a - Browse repository at this point
Copy the full SHA 68d6e5aView commit details
Commits on Sep 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for daf3c23 - Browse repository at this point
Copy the full SHA daf3c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5e495 - Browse repository at this point
Copy the full SHA 0a5e495View commit details -
Configuration menu - View commit details
-
Copy full SHA for df099ca - Browse repository at this point
Copy the full SHA df099caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f364c7 - Browse repository at this point
Copy the full SHA 5f364c7View commit details
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7d31086 - Browse repository at this point
Copy the full SHA 7d31086View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff Level-10...master