Skip to content
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

[brianchoon] iP #620

Open
wants to merge 77 commits into
base: master
Choose a base branch
from
Open

Conversation

brianchoon
Copy link

@brianchoon brianchoon commented Sep 1, 2024

Devon

“Simplicity is the ultimate sophistication.” – Leonardo da Vinci

Devon, your personalized assistant, has been updated to enhance user experience with new features 🔥. Here's what has changed:

  • More intuitive commands
  • Improved response time
  • Enhanced data handling capabilities

Steps to use the updated version:

  1. Download the latest version from this website.
  2. Run the application
  3. Start interacting with Devon to explore the new features.

Features:

  • Respond to custom commands, including, but not limited to: todo, deadlines, events
  • Manage completeness of tasks
  • AI-based suggestions (coming soon)

If you are a Java programmer, you can use it to practice Java too. Here's the main method:

public static void main(String[] args) {
    Devon bot = new Devon();
    bot.start();
});

damithc and others added 30 commits July 11, 2024 16:52
In build.gradle, the dependencies on distZip and/or distTar causes
the shadowJar task to generate a second JAR file for which the
mainClass.set("seedu.duke.Duke") does not take effect.
Hence, this additional JAR file cannot be run.
For this product, there is no need to generate a second JAR file
to begin with.

Let's remove this dependency from the build.gradle to prevent the
shadowJar task from generating the extra JAR file.
Update the comment in Main.java to correctly refer to the class as Devon instead of Duke.

The previous comment referred to Duke, which could lead to confusion when reading the code. Changing this ensures that the codebase accurately reflects the current state of the project.

No other functionality is affected by this change, as it is purely a documentation update.
Added assertions in deadlineAction and eventAction to verify non-null command parsing before proceeding with operations. These assertions improve error handling and document important invariants, enhancing code reliability and readability.
Added assertions in deadlineAction and eventAction to verify non-null command parsing before proceeding with operations. These assertions improve error handling and document important invariants, enhancing code reliability and readability.
Add Assertions to Document Key Assumptions in the Devon Bot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants