Skip to content

Commit a23a29b

Browse files
Merge pull request #29 from h-michael/ch12-03
Chapter 12 原文が出力されているので削除
2 parents 7fee3cd + e6f1972 commit a23a29b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

second-edition/src/ch12-03-improving-error-handling-and-modularity.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,6 @@ fn parse_config(args: &[String]) -> (&str, &str) {
180180
<!-- verify that the argument parsing still works. It’s good to check your progress -->
181181
<!-- often, to help you identify the cause of problems when they occur. -->
182182

183-
This rework may seem like overkill for our small program, but we’re refactoring
184-
in small, incremental steps. After making this change, run the program again to
185-
verify that the argument parsing still works. It’s good to check your progress
186-
often, to help identify the cause of problems when they occur.
187-
188183
このやり直しは、私たちの小規模なプログラムにはやりすぎに思えるかもしれませんが、
189184
少しずつ段階的にリファクタリングしているのです。この変更後、プログラムを再度実行して、
190185
引数解析がまだ動作していることを実証してください。問題が発生した時に原因を特定する助けにするために頻繁に進捗を確認するのはいいことです。

0 commit comments

Comments
 (0)