We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b305834 commit 7679822Copy full SHA for 7679822
doc/ja/core/eval.md
@@ -33,11 +33,7 @@
33
34
`eval`はまたセキュリティの問題もあります。なぜなら、**どんな**コードを与えられても実行してしまうからで、**絶対**に不明または信頼できない発行元の文字列は使ってはいけません。
35
36
-### In Conclusion
+### 終わりに
37
38
-`eval` should never be used, any code that makes use of it is to be questioned in
39
-its workings, performance and security. In case something requires `eval` in
40
-order to work, its design is to be questioned and should **not** be used in the
41
-first place, a *better design* should be used, that does not require the use of
42
-`eval`.
+`eval`は絶対に使用しないでください。これを使用しているどんなコードも、その働き、パフォーマンスやセキュリティについて問われてしまいます。`eval`が必要な場合でも、最初の段階で使用**しない**でください。*より良いデザイン*を使用するべきで、それには`eval`を使う必要性はありません。
43
0 commit comments