4 min read
2026-02-05
In your code, stick to one standard: camelCase for JavaScript, snake_case for Python, kebab-case for CSS classes.
In Russian, headings are written with a capital letter only at the beginning of a sentence. Title Case is the standard for English.
Uppercase text comes across as shouting. Use **bold** or *italics* for emphasis.
Before comparing strings, convert them to the same case. This will get rid of errors like “Moscow” ≠ “Moscow”.
In most editors, Shift+F3 switches case. But for mass conversion it is more convenient to use Register Converter.
See also: Text reversal, Line sorting