Skip to content

Commit 4b27df7

Browse files
committed
[docs] Add QoI to Lexicon.rst
I had seen this term in several Swift discussions, and it took me quite a bit of searching online before I could make a guess as to what it meant. Add it to the lexicon.
1 parent 1d78da3 commit 4b27df7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/Lexicon.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ source code, tests, and commit messages. See also the `LLVM lexicon`_.
132132
only needed for context. See also
133133
`Whole-Module Optimization <WMO (whole-module optimization)>`.
134134

135+
QoI
136+
"Quality of implementation." Sometimes written in commit messages that
137+
improve the code that implements a particular feature of the compiler. More
138+
often included in FIXMEs or TODOs when the current code functions properly,
139+
but should be cleaned up. Example: "FIXME: QoI could be improved here."
140+
135141
Radar
136142
`Apple's bug-tracking system`__, or an issue reported on that system.
137143

0 commit comments

Comments
 (0)