File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- % Testing
2-
3- > Program testing can be a very effective way to show the presence of bugs, but
4- > it is hopelessly inadequate for showing their absence.
5- >
6- > Edsger W. Dijkstra, "The Humble Programmer" (1972)
1+ % テスト
2+ <!-- % Testing -->
3+
4+ <!-- < Program testing can be a very effective way to show the presence of bugs, but -->
5+ <!-- < it is hopelessly inadequate for showing their absence. -->
6+ <!-- < -->
7+ <!-- < Edsger W. Dijkstra, "The Humble Programmer" (1972) -->
8+ > プログラムのテストはバグの存在を示すためには非常に効率的な方法ですが、バグの不存在を示すためには絶望的に不十分です。
9+ > エドガー・W・ダイクストラ、『謙虚なるプログラマ』(1972)
710
811Let's talk about how to test Rust code. What we will not be talking about is
912the right way to test Rust code. There are many schools of thought regarding
You can’t perform that action at this time.
0 commit comments