I see two advantages to explicitly marking code as unsafe:
(1) You are very clearly marking the areas of code that are most suspect
(2) You can still have safe code outside of those “unsafe” blocks
I see two advantages to explicitly marking code as unsafe:
(1) You are very clearly marking the areas of code that are most suspect
(2) You can still have safe code outside of those “unsafe” blocks