Skip to content

UpperConst

Nonki Takahashi edited this page Apr 24, 2017 · 2 revisions

UpperConst

Use upper case characters for a variable defined as a constant.

CRLF = Text.GetCharacter(13) + Text.GetCharacter(10)
WQ = Text.GetCharacter(34)

This pattern is an exception of CamelVar.

See Also


Clone this wiki locally