-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Translate term "assertion" to Ukrainian #683
base: main
Are you sure you want to change the base?
Conversation
def: > | ||
[Булевий вираз](#boolean), який повинен бути [істинним](#true) у певний момент у програмі. | ||
Твердження можуть бути вбудованими в мову (наприклад, оператор `assert` у [Python](#python)) або надаватися як функції | ||
(наприклад, `stopifnot` в [R](#r_language)). Вони часто використовуються у тестуванні, але також застосовуються в [продуктивному коді](#production_code) |
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.
ок, буду більш обережним з ресурсамими
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.
"продуктивний код" все ж не є оптимальним перекладом. Подивіться літературу на теми "Технології розробки програмного забезпечення" або "Програмна інженерія"
(наприклад, `stopifnot` в [R](#r_language)). Вони часто використовуються у тестуванні, але також застосовуються в [продуктивному коді](#production_code) | ||
для перевірки правильності його виконання. У багатьох мовах твердження не слід використовувати для перевірки даних, | ||
оскільки компілятори та інтерпретатори можуть їх пропускати під час оптимізації. | ||
Використання тверджень для перевірки даних може, таким чином, створити ризики безпеки. |
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.
може тверджень -> assert-операторів?
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.
мені здається змінювати на assert-оператори буде не дуже коректно... хоча, погоджуся, що твердження теж не найкращий варіант. @olexandr-konovalov що б Ви порадили?
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.
Я бачив "припущення", але варто пошукати ще - наприклад, в українських джерелах з програмування на мовах, які мають такий оператор.
Fill in each of the sections (using NA for those that are not applicable).
Author:
Language:
Terms defined: