-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update lua-guidelines.md #12
base: master
Are you sure you want to change the base?
Conversation
ПП |
|
||
Линейные коллекции (в смысле ipairs) допускается называть с суффиксом _list в | ||
Линейные коллекции (в смысле `ipairs`) допускается называть с суффиксом _list в | ||
случаях, когда нужно особо подчеркнуть линейность. | ||
|
||
Имя булевой переменной, обычно, is_* (are_*, has_* и проч. формы to be), have_*, |
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.
возможно, их здесь вообще лучше выделить в ` ?
@@ -472,7 +472,7 @@ function. Закрывающая скобка вызова ставится не | |||
api:input | |||
{ }; | |||
|
|||
##Циклы | |||
## Циклы | |||
|
|||
* Запрещается использовать `ipairs()`. Вместо него — numeric for. |
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.
numeric for - выделить
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.
"numeric for" это же вроде термин, а не название команды. Поэтому и не выделил его.
@@ -472,7 +472,7 @@ function. Закрывающая скобка вызова ставится не | |||
api:input | |||
{ }; | |||
|
|||
##Циклы | |||
## Циклы | |||
|
|||
* Запрещается использовать `ipairs()`. Вместо него — numeric for. | |||
|
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.
в строках 499 и далее, где начинается
с 1. Мотивация: идиома языка, в Lua считают с 1. - я бы выделила единицы и нули. а то нули на нуди не похожи
No description provided.