Skip to content
Permalink

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
Choose a base ref
...
head repository: jamietan2002/ip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 18 files changed
  • 2 contributors

Commits on Sep 2, 2022

  1. Merge branch 'branch-Level-10'

    Merge level 10
    jamietan2002 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    f616682 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. 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.
    jamietan2002 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d1d2c4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jamietan2002/branch-A-Assertions

    Add assertions to Parser methods
    jamietan2002 authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    962af12 View commit details
    Browse the repository at this point in the history
  3. Improve code quality

    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
    jamietan2002 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b5bd55c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from jamietan2002/branch-A-CodeQuality

    Improve code quality
    jamietan2002 authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b2dfd8f View commit details
    Browse the repository at this point in the history
  5. Improve code quality

    jamietan2002 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    91a4ee9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from jamietan2002/branch-A-CodeQuality

    Improve code quality
    jamietan2002 authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    4908885 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    195c7e7 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'branch-C-BetterSearch'

    Add Better Search function
    jamietan2002 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    f638aea View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Improve GUI

    jamietan2002 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    68d6e5a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Add User Guide

    jamietan2002 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    daf3c23 View commit details
    Browse the repository at this point in the history
  2. Fix User Guide

    jamietan2002 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    0a5e495 View commit details
    Browse the repository at this point in the history
  3. Fix User Guide

    jamietan2002 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    df099ca View commit details
    Browse the repository at this point in the history
  4. Fix storage update bug

    jamietan2002 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    5f364c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Update Javadocs

    jamietan2002 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    7d31086 View commit details
    Browse the repository at this point in the history
Loading