Skip to content

Commit d36f0a2

Browse files
deploy: a234be8
1 parent 8c9538b commit d36f0a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

best-practices/dos-donts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
example, see
144144
<a href=/reference/python/python-generated#keyword-conflicts>this warning about Python</a>.</p><p>You should also avoid using keywords in your file paths, as this can also cause
145145
problems.</p><h2 id=separate-types-for-storage><strong>Do</strong> Use Different Messages For RPC APIs and Storage</h2><p>Reusing the same messages for APIs and long-term storage may seem convenient,
146-
reducing boilerplate and overhead of coversion between messages.</p><p>However, the needs of long-term storage and live RPC services tend to later
146+
reducing boilerplate and overhead of conversion between messages.</p><p>However, the needs of long-term storage and live RPC services tend to later
147147
diverge. Using separate types even if they are largely duplicative initially
148148
gives freedom to change your storage format without impacting your external
149149
clients. Layer your code so that modules deal either with client protos, storage

0 commit comments

Comments
 (0)