src/unsafe-deep-dive/introduction/impact-on-workflow.md
While writing code
unsafe functions/traitsEnhanced code review
“The unsafe keyword places more responsibility on the programmer; therefore it requires a stronger development workflow.
“This class assumes a specific software development workflow where code review is mandatory, and where the author and primary reviewer have access to an unsafe Rust expert.”
“The author and primary reviewer will verify simple unsafe Rust code themselves, and punt to an unsafe expert when necessary.”
“There are only a few unsafe Rust experts, and they are very busy, so we need to optimally use their time.”
</details>