-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Russian description for functions block Close #811 #834
Conversation
|
||
### `isFunction` | ||
|
||
Метод проверяет является ли переданный ему аргументом объект функцией. В случае, если является, метод возвращает `true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
,
f13fe29
to
a787f97
Compare
a787f97
to
67cb6a9
Compare
I've updated the |
|
||
### `isFunction` | ||
|
||
Метод проверяет, является ли переданный ему аргументом объект функцией. В случае, если является, метод возвращает `true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
По-моему, второе предложение лишнее. А то так и хочется дописать до маразма:
"В случае, если является, метод возвращает true
, в случае если не является, возвращается false
"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
С одной стороны, согласен, что это кажется очевидным, с другой, это минимальный формализм. По моему, явно прописав логическое соответствие возвращаемого значения мы экономим процессорное время читателя)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ка на счёт "Метод возвращает булево значение"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Для булева значения тоже есть минимум два варианта соответствия))
67cb6a9
to
b0ae0ab
Compare
'inited' : function() { | ||
this.bindTo('pointermove', throttle(this._heavyLoad, 300)); | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
лишняя ,
осталась
b0ae0ab
to
714dc38
Compare
Russian description for functions block Close #811
No description provided.