Skip to content

Commit 395713f

Browse files
authored
Update CODING.md
1 parent deaa32f commit 395713f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CODING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
### ALWAYS pass these by const reference in the SDK headers:
99
* Any ABI-stable dynamic memory allocating objects (StaticArray, FlatHashMap, FlatHashSet, etc.)
10+
* StaticString (though you should avoid passing it directly and pass StringView instead)
1011

1112
### NEVER use these in the SDK headers:
1213
* Any ABI-unstable objects from STL (String, DynamicArray, etc.)

0 commit comments

Comments
 (0)