From ea24f12c47c10ec92c129b1d01d2ddd47c3bbc3d Mon Sep 17 00:00:00 2001 From: Anchor Date: Sat, 10 Jan 2015 10:16:45 -0800 Subject: [PATCH] Fix intro to 13.1.md --- en/13.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/13.1.md b/en/13.1.md index e77a0586..20177031 100644 --- a/en/13.1.md +++ b/en/13.1.md @@ -1,6 +1,6 @@ -# 13.1 Project program +# 13.1 Project planning -Need to do anything good plan, then we in the development blog system, also need to do the planning, how to set up the directory structure, how to understand the flow of the project, when we understand the execution of the application process, then the next the design becomes relatively easy to code +Anything you intend to do well must first be planned well. In our case, our intention is to develop a blogging system, so the first step we should take is to design the flow of the application in its entirety. When we have a clear understanding of the our application's process of execution, the subsequent design and coding steps become much easier. ## GOPATH and project settings