"每个函数" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (每个函数)

Low quality sentence examples

您还可以通过隐式使每个函数返回错误值并对其进行检查来生成代码。
You could also generate code by implicitly making every function return an error value and checking it.
快速提示:你无需记住每种方法或每个函数的名字,记住这些东西需要实践。
Quick hint: Don't feel like you have to memorize every method or function name, that comes with practice.
但是如果每个函数都是一个Writer,而且每个函数结果均另含有是否能被10整除的指示符,整个事情就会不一样。
But if each function is a Writer, and each function's result includes a divisible-by-10 indicator, the story is different.
每个函数必需且只需在程序中定义一次,除非该函数为inline。
Each function must be defined only once in a program, unless the function is inline.
每个函数将被依次调用。
Each function is going to be called in turn.
最后,我实现了每个函数
Finally, I implement each function.
每个函数的输出必须只依赖于输入。
Every function's output must only depend on its input.
每个函数或方法只执行一个任务。
Let every function or method perform only one task.
我们写的每个函数应该只做一件事。
Every function you write should do exactly one thing.
此外,每个函数遵循两种模式的其中之一。
Furthermore, each function follows one of two patterns.
在JavaScript中,每个函数其实都是一个Function对象。
In JavaScript, every function is actually a Function object.
在JavaScript中,闭包在每个函数被创建时形成。
In JavaScript, closures are created every time a function is created.
每个函数都是Function类型的实例,而且具有属性和方法。
Each function is an instance of the Function type which has properties and methods.
我添加了注释,以便你知道每个函数的来源。
I have added notes so that you know where each function comes from.
现在每个函数都是孤立的,不能影响系统的其他部分。
Now every function is isolated and unable to impact other parts of our system.
测试更容易是因为每个函数都是单元测试的潜在目标。
Testing is easier because each function is a potential subject for a unit test.
最好能分离出功能以便每个函数就负责一个任务。
It's best to separate functionality so each function is responsible for one task.
同样,从函数观点来看,每个函数都是一个值。
Similarly, from the functional perspective, every function is a value.
每个函数应该仅仅完成一项任务,但要很好地完成。
Programming Precept Each function should do only one task, but do it well.
每个函数只须执行一个任务,但要把它做好。
Programming Precept Each function should do only one task, but do it well.