Skip to content

Commit 17e995c

Browse files
committed
Add naming guidance for date-time values
1 parent 9ff66bb commit 17e995c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/ConsiderationsForServiceDesign.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ For example, `collectedItems` not `itemsCollected`
116116

117117
For example, `nextUrl` not `nextURL`.
118118

119+
:ballot_box_with_check: **YOU SHOULD** use "DateTime" suffix in names of `date-time` values.
120+
119121
:ballot_box_with_check: **YOU SHOULD** use a suffix of the unit of measurement for values with a clear unit of measurement (such as bytes, miles, and so on). Use a generally accepted abbreviation for the units (e.g. "Km" rather than "Kilometers") when appropriate.
120122

121123
:ballot_box_with_check: **YOU SHOULD** use an int for time durations and include the time units in the name.

0 commit comments

Comments
 (0)