Commit a64077e0 authored by paul@teton.kitebird.com's avatar paul@teton.kitebird.com
Browse files

Manual_style_guidelines.txt New item for style guidelines

parent fc8240d1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -138,3 +138,10 @@ Write thread-safe, transaction-safe, replication-safe, not thread safe,
transaction safe, replication safe.

Write wildcard, not wild card or wild-card.

Use "indexes", not "indices": Adding indexes to a table will improve the
performance of SELECT statements.
Exception: when returning to array elements, use "indices": The elements
of the array may be accessed using numeric indices, where the index
values ranges from 0 to n.