From 1ab496d910052c8ce4c5a245ab5eb7e916f51d15 Mon Sep 17 00:00:00 2001 From: zminds Date: Tue, 12 Jan 2016 14:39:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E9=81=8D=E5=8F=8D=E5=BA=94?= =?UTF-8?q?=E8=BF=87=E6=9D=A5=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapters/06-refactor-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/06-refactor-project.md b/chapters/06-refactor-project.md index d27f30f..d97b03a 100644 --- a/chapters/06-refactor-project.md +++ b/chapters/06-refactor-project.md @@ -157,7 +157,7 @@ str = tableHandler(str, execStr, strict); 编写测试->功能代码->修改测试->重构 -上次在和buddy聊天的时候,才知道测试在功能简单的时候是后行的,在功能复杂不知道怎么手手的时候是先行的。 +上次在和buddy聊天的时候,才知道测试在功能简单的时候是后行的,在功能复杂不知道怎么下手的时候是先行的。 开始之前请原谅我对于Java语言的一些无知,然后,看一下我写的Main函数: