Translations:Things to avoid/80/ja: Difference between revisions

From Resonite Wiki
Created page with "バグ自体も信頼性が低く、特定の条件下でのみ発生する可能性があります。そのため、バグの振る舞いに依存するものは、コードを変更しなくても壊れやすくなります。"
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
バグ自体も信頼性が低く、特定の条件下でのみ発生する可能性があります。そのため、バグの振る舞いに依存するものは、コードを変更しなくても壊れやすくなります。
バグ自体も信頼性が低く、特定の条件下でのみ発生する可能性があります。そのため、バグの挙動に依存するものは、コードを変更しなくても壊れやすくなります。

Latest revision as of 17:49, 21 June 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Things to avoid)
Bugs can also by themselves be unreliable and only occur under certain conditions - making anything that relies on their behavior brittle and prone to breakage even without any changes to the code.

バグ自体も信頼性が低く、特定の条件下でのみ発生する可能性があります。そのため、バグの挙動に依存するものは、コードを変更しなくても壊れやすくなります。