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

Add assertion statements #2

Merged
merged 1 commit into from
Sep 18, 2022
Merged

Add assertion statements #2

merged 1 commit into from
Sep 18, 2022

Conversation

Sampy147
Copy link
Owner

Assertion statements are able to complement exception handling in handling errors. It is especially useful in indicating mistakes in the code returned

Let's,

  • Write some assertion statements across multiple files to verify the correctness of our code

Assertion statements are able to complement exception handling
in handling errors. It is especially useful in indicating
mistakes in the code returned

Let's,
* Write some assertion statements across multiple files
to verify the correctness of our code
@Sampy147 Sampy147 merged commit 07e59f3 into master Sep 18, 2022
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.

1 participant