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

Conversation History Refactoring - Exceptions and Dialogues #38

Open
milkdromeda opened this issue Dec 11, 2022 · 0 comments
Open

Conversation History Refactoring - Exceptions and Dialogues #38

milkdromeda opened this issue Dec 11, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@milkdromeda
Copy link
Contributor

  • Dialogues: used to notify the user of an invalid action/use case (these mistakes are preventable)
  • Exceptions
    • Intended usage: use run time exceptions to indicate precondition violations and other exceptions when an unpreventable issue arises
    • A specific place to use exceptions (for unpreventable issues): For the method User.getChatByID to run successfully, the specified chatID must correspond to a chat in the system. However, if the storage gets mutated accidentally while the program is running, getChatByID may not work as intended and an exception should be used.
@milkdromeda milkdromeda added the enhancement New feature or request label Dec 11, 2022
@milkdromeda milkdromeda self-assigned this Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant