最終更新日:2024/08/06
例文
復習用の問題
The Yoda condition is a programming concept that involves reversing the order of a conditional statement.
正解を見る
The Yoda condition is a programming concept that involves reversing the order of a conditional statement.
関連する単語
Yoda condition
noun
(programming,
informal)
A
logical
condition
with
the
usual
order
of
operands
reversed
—
e.g.
if
(18
==
age)
rather
than
if
(age
==
18)
—
for
various
reasons,
such
as
avoiding
accidental
misuse
of
=
(assignment)
instead
of
==
(equality),
a
mistake
that
is
harder
to
spot
when
using
the
normal
order
of
operands.
項目の編集設定
- 項目の編集権限を持つユーザー - すべてのユーザー
- 項目の新規作成を審査する
- 項目の編集を審査する
- 項目の削除を審査する
- 重複の恐れのある項目名の追加を審査する
- 項目名の変更を審査する
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1
例文の編集設定
- 例文の編集権限を持つユーザー - すべてのユーザー
- 例文の削除を審査する
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1
問題の編集設定
- 問題の編集権限を持つユーザー - すべてのユーザー
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1