Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.91 KB

LatinAndCyrillicSymbolInWord.md

File metadata and controls

22 lines (16 loc) · 1.91 KB

Mixing Latin and Cyrillic characters in one identifier (LatinAndCyrillicSymbolInWord)

Description

Do not use identifiers consisting of characters from different languages, вecause it makes it difficult to use them further, forcing to switch the layout.
Also, the diagnostics detects the erroneous use of characters from another language, when it was used unintentionally. For exaple: o, c, B, p and etc.

To reduce "noise" in the names consisting of several words beginning or ending in the word in another language, in the diagnostics option has been added that is included by default.
If the parameter is enabled, then NOT are considered erroneous names like ZebraДрайвер, КодHTTP, SMSШлюз and the like.

Examples

Sources