Update readme.md

This commit is contained in:
Someone Else 2023-02-08 13:57:10 +00:00 committed by GitHub
parent 6b5d5a45f7
commit 12dec9d31e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,8 @@ For non-developers people, it is time for you to unleash your ideas.
### Code & Repo
No unsafe code is permitted, and the codebase will never contain `.unwrap()`, `.except()` or `panic!()`.
No unsafe code is permitted, and the codebase will never contain `.except()` or `panic!()`. We discourage the use
of `.unwrap()`, as it implied that all errors are correctly handled.
For the moment I try to organize the repository like the official one. But it won't last for long.