An idea of abstraction, that idea of specification, is exactly what we want to use inside of our functions.
抽象的概念,规格化的概念,就是我们想要运用到。
You have to pass it as input to another function, as you'll see as possible in problem's Set One specification, but it's ultimately up to you.
你需要把它传给另一个函数当入参,就像你们将,在习题集1中可能看到的,但它最终取决于你。
What do I need for those writers to all interact together? I need a specification.
这个比方的意义什么呢?,我需要怎么做才能使。
So one of the things I want you to notice here is that testing and debugging are not the same thing. When we test, we compare an input output pair to a specification.
这里我想大家注意的一件事,就是测试和调试是不同的两件事情,我们测试的时候,我们把输入输出,跟程序的规格说明书对比下。
So what is the specification going to do?
这也是很有价值的内容?
Before we do that, or as you do that, let's look at Fib 1. The key thing to notice about Fib 1 is that it has the same specification as Fib.
我们做之前,或者当你在思考的过程中,让我们看看Fib,1,Fib1重要注意的,关键的一点就是,他和Fib的格式描述是一样的。
应用推荐