Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sofiiamatios
Copy link
Contributor

Fill in each of the sections (using NA for those that are not applicable).

Author:

  • Sofiia Matios

Language:

  • Ukrainian

Terms defined:

  • assertion

@olexandr-konovalov olexandr-konovalov added lang: ua issues and PR for Ukrainian entries Do not merge labels Jun 11, 2024
def: >
[Булевий вираз](#boolean), який повинен бути [істинним](#true) у певний момент у програмі.
Твердження можуть бути вбудованими в мову (наприклад, оператор `assert` у [Python](#python)) або надаватися як функції
(наприклад, `stopifnot` в [R](#r_language)). Вони часто використовуються у тестуванні, але також застосовуються в [продуктивному коді](#production_code)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

в продуктивному коді

може просто в продакшині?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ой, будь ласка, тільки не це ... :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ок, буду більш обережним з ресурсамими

Copy link
Collaborator

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)
для перевірки правильності його виконання. У багатьох мовах твердження не слід використовувати для перевірки даних,
оскільки компілятори та інтерпретатори можуть їх пропускати під час оптимізації.
Використання тверджень для перевірки даних може, таким чином, створити ризики безпеки.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

може тверджень -> assert-операторів?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

мені здається змінювати на assert-оператори буде не дуже коректно... хоча, погоджуся, що твердження теж не найкращий варіант. @olexandr-konovalov що б Ви порадили?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я бачив "припущення", але варто пошукати ще - наприклад, в українських джерелах з програмування на мовах, які мають такий оператор.

@olexandr-konovalov olexandr-konovalov added the question Further information is requested label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do not merge lang: ua issues and PR for Ukrainian entries question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants