Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add assertions #2

Merged
merged 3 commits into from
Feb 12, 2023
Merged

Add assertions #2

merged 3 commits into from
Feb 12, 2023

Commits on Feb 12, 2023

  1. Add GUI

    Set up JavaFX and link Duke class to GUI.
    
    Add MainWindow.java as controller for as main GUI.
    
    Add DialogBox.java as controller for DialogBox in GUI.
    
    Add MainWindow.fxml and DialogBox.fxml for GUI layout and interaction
    randallnhr committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    31a8483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d137a View commit details
    Browse the repository at this point in the history
  3. Add assertions

    Assertions make it easier to ensure that certain variables/ methods are
    behaving as expected.
    
    By using assertions, we can make debugging easier as assumptions are
    ensured.
    randallnhr committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    caacaec View commit details
    Browse the repository at this point in the history