-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I seem to often forget to enable the assert flag when i run the tests of a project and also when building a development app.
It might be a better idea to by default enable the assertions and make the release/unsafe build explicit since a real release often already is a special build in many cases.
But using assertions + panics really cleans up many of the undefined behavior and unhandled cases make the code clearer instead of having a lot of 'implicit' behavior.
Metadata
Metadata
Assignees
Labels
No labels