We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d470f commit 5048147Copy full SHA for 5048147
crates/header-translator/README.md
@@ -83,13 +83,6 @@ specific API!
83
84
Note: This is the hardest part; determining for sure if a given method is
85
safe or not!
86
-3. If the method can throw an exception if provided with invalid inputs, it is
87
- not safe. Consider declaring a helper method that checks the preconditions
88
- first!
89
-
90
- Invalid indexes will throw `NSRangeException`, which is _technically_ still
91
- unsafe, but everything in Objective-C can throw, so we won't really bother
92
- with that in our evaluation.
93
94
Note: It is _not_ considered a breaking change for a method to be marked safe,
95
so such an improvement can be made in a minor version!
0 commit comments