diff --git a/README.md b/README.md index 11dfade..b203c44 100644 --- a/README.md +++ b/README.md @@ -65,18 +65,18 @@ const callbackDebounceRate = 700; ### πŸ’© Always write comments in your native language -If you violated the "No comments" principle then at least try to write comments in you local language. You don't plan to have international teams in the future anyways. +If you violated the "No comments" principle then at least try to write comments in a language that is different from the language you use to write the code. If your native language is English you may violate this rule. -Good πŸ‘πŸ» +_Good πŸ‘πŸ»_ ```javascript // Π—Π°ΠΊΡ€ΠΈΠ²Π°Ρ”ΠΌΠΎ модальнС Π²Ρ–ΠΊΠΎΠ½Π΅Ρ‡ΠΊΠΎ ΠΏΡ€ΠΈ Π²ΠΈΠ½ΠΈΠΊΠ½Π΅Π½Π½Ρ– ΠΏΠΎΠΌΠΈΠ»ΠΊΠΈ. toggleModal(false); ``` -Bad πŸ‘ŽπŸ» +_Bad πŸ‘ŽπŸ»_ ```javascript // Hide modal window on error.