Skip to content

Commit 7679822

Browse files
committed
translate "In Conclusion" in "Core" to ja
1 parent b305834 commit 7679822

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/ja/core/eval.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@
3333

3434
`eval`はまたセキュリティの問題もあります。なぜなら、**どんな**コードを与えられても実行してしまうからで、**絶対**に不明または信頼できない発行元の文字列は使ってはいけません。
3535

36-
### In Conclusion
36+
### 終わりに
3737

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`.
38+
`eval`は絶対に使用しないでください。これを使用しているどんなコードも、その働き、パフォーマンスやセキュリティについて問われてしまいます。`eval`が必要な場合でも、最初の段階で使用**しない**でください。*より良いデザイン*を使用するべきで、それには`eval`を使う必要性はありません。
4339

0 commit comments

Comments
 (0)