Update article.md

This commit is contained in:
Ilya Kantor 2018-11-08 01:19:54 +03:00 committed by GitHub
parent 0e89bd370e
commit 69bd4b5f3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,6 +171,8 @@ Let everyone see how magnificent your entities are! Names like `superElement`, `
Indeed, from one hand, something is written: `super..`, `mega..`, `nice..` But from the other hand -- that brings no details. A reader may decide to look for a hidden meaning and meditate for an hour or two. Indeed, from one hand, something is written: `super..`, `mega..`, `nice..` But from the other hand -- that brings no details. A reader may decide to look for a hidden meaning and meditate for an hour or two.
## Overlap outer variables ## Overlap outer variables
```quote author="Guan Yin Zi" ```quote author="Guan Yin Zi"
@ -204,7 +206,7 @@ There are functions that look like they don't change anything. Like `isReady()`,
**A really beautiful trick is to add a "useful" action to them, besides the main task.** **A really beautiful trick is to add a "useful" action to them, besides the main task.**
The expression of dazed surprise on the face of your colleague when they see a function named `is..`, `check..` or `find...` changing something -- will definitely broaden your boundaries of reason. An expression of dazed surprise on the face of your colleague when they see a function named `is..`, `check..` or `find...` changing something -- will definitely broaden your boundaries of reason.
**Another way to surprise is to return a non-standard result.** **Another way to surprise is to return a non-standard result.**