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

Branch assertions #2

Merged
merged 2 commits into from
Sep 16, 2021
Merged

Branch assertions #2

merged 2 commits into from
Sep 16, 2021

Conversation

rebeccalaujx
Copy link
Owner

No description provided.

The assertions feature addresses important assumptions that should
hold in the code.

A program that terminates the program early once a bug is observed
is safer to use as it prevents the error from escalating further.

Let's include the assertions feature to define assumptions about the
program state so that the runtime can verify them.
@rebeccalaujx rebeccalaujx merged commit 20a4b9e into master Sep 16, 2021
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