X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2FCodingGuidelines;h=f628c1f3b7b706f9d585b96041e5a4b12bc0f62c;hb=2b6a5417d750d086d1da906e46de2b3ad8df6753;hp=d2a0a76e6cfb275080f3b66309591888f5302850;hpb=5bcde3082d5f348ff8b02547126746b9b713c8d5;p=git.git diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines index d2a0a76e6..f628c1f3b 100644 --- a/Documentation/CodingGuidelines +++ b/Documentation/CodingGuidelines @@ -105,7 +105,7 @@ For C programs: - Use the API. No, really. We have a strbuf (variable length string), several arrays with the ALLOC_GROW() macro, a - path_list for sorted string lists, a hash map (mapping struct + string_list for sorted string lists, a hash map (mapping struct objects) named "struct decorate", amongst other things. - When you come up with an API, document it.