Skip to content

Commit 48375e0

Browse files
committed
Guidance on naming for DateTime values deferred to a future PR
1 parent 19707b0 commit 48375e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure/ConsiderationsForServiceDesign.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ 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-
121119
: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.
122120

123121
: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)