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 assertions to code #3

Merged
merged 1 commit into from
Sep 12, 2022
Merged

Add assertions to code #3

merged 1 commit into from
Sep 12, 2022

Conversation

shawnkai
Copy link
Owner

Assertions are not existent in the code to verify bugs.

As such, certain bugs might not be detected in code.

Use assert feature to document important assumptions that should hold at various points in the code.

This is to prevent major bugs in the code such as description of Tasks being null.

Assertions are not existent in the code to verify bugs.

As such, certain bugs might not be detected in code.

Use assert feature to document important assumptions that should hold
at various points in the code.

This is to prevent major bugs in the code such as description of
Tasks being null.
@shawnkai shawnkai merged commit 6d2b975 into master Sep 12, 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