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

[AB3: Tracing Code] Explore paths that throw exceptions #19

Open
UdhayaShan1 opened this issue Jun 24, 2024 · 0 comments
Open

[AB3: Tracing Code] Explore paths that throw exceptions #19

UdhayaShan1 opened this issue Jun 24, 2024 · 0 comments

Comments

@UdhayaShan1
Copy link

Current

Tutorial primarily focuses on a single "happy path" scenario.

Problem

Users may not be familiar with how exceptions are thrown and handled, particularly CommandException and ParseException. This lack of understanding could lead to confusion, especially in subsequent tutorials that involve adding commands and handling these exceptions.

Proposed Solution

Enhance the tutorial by including examples of CommandException and ParseException being thrown and traced. This will help users understand the flow of these exceptions and how to manage them effectively in their code. This can be added before the Conclusion which also has other examples of possibly problem user inputs.

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

No branches or pull requests

1 participant