UpperConst - nonkit/SmallWikiPad GitHub Wiki

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