What is the translation of " A PURE FUNCTION " in Chinese?

[ə pjʊər 'fʌŋkʃn]
[ə pjʊər 'fʌŋkʃn]
纯函数
pure function

Examples of using A pure function in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
This is called a pure function.
这就叫纯函数
A pure function should have two attributes.
纯函数需要具备两个特征:.
What Is a Pure Function?
什么是PureFunction.
A pure function must satisfy both of the following properties.
纯函数必须满足下面的两个属性:.
Now getName is a pure function.
现在getName是一个纯函数
It's a pure function since it only deals with its inputs.
这个也是一个纯函数,因为它只处理输入。
The reducer must be a pure function.
Redux的reducer必须是纯函数
It's a pure function since it only deals with its inputs.
这是一个纯函数,因为它只处理它的输入。
The reducer must be a pure function.
这个function必须是purefunction
A pure function is a function without side effects.
一个纯函数是一个没有副作用的函数。
That means it needs to be a pure function.
这个function必须是purefunction
A pure function also doesn't depend on or modify variables outside of its scope.
纯函数不依赖于且不改变其本身作用域之外的变量状态的函数。
Master the JavaScript Interview: What is a Pure Function?
译】征服JavaScript面试:什么是纯函数??
Since this reducer is a pure function, that makes it easy to test.
Reducer只是一个纯函数,所以很容易测试。
Because of this, the function must be a pure function.
这个function必须是purefunction
A pure function produces no side effects, which means that it can't alter any external state.
纯函数不产生副作用,就是说它不能改变任何外部状态。
Also, note that it is a pure function, not a modier.
另外,注意这是一个纯函数,不是修改器。
A codelet has the following properties: It is a pure function.
Codelet具有以下属性:它是一个纯函数
Here is an example of a pure function in JavaScript.
这是Javascript中的一个纯函数的示例:.
Referential transparency is a more formal way of defining a pure function.
引用透明是定义一个纯函数较为正确的方法。
A pure function doesn't depend on and doesn't modify the state of variables out of its scope.
纯函数不依赖于且不改变其本身作用域之外的变量状态的函数。
Let's call the above rule the functional interaction law: a pure function can't invoke an impure activity.
让我们将上述规则称为函数交互法:纯函数不能调用不纯的活动。
The reducer is a pure function that takes the current state and an action, and returns the next state.
Reducer只是一些纯函数,它接收先前的state和触发action,并返回新的state。
In the second implementation, the function fact is qualified as__pure to indicate tothe compiler that it is a pure function.
在第二个执行中,将函数fact限定为__pure来向编译器指示其为纯函数
The reducer is simply a pure function that takes state and action, then returns new state.
Reducer只是一些纯函数,它接收先前的state和action,并返回新的state。
A pure function is a function where the return value is only determined by its input values, without observable side effects.
纯函数-一个函数的返回值仅由输入值决定,没有明显可见的副作用。
I have showed you a pure function, now lets look at an impure function example in JavaScript.
我们已经看了纯函数的例子,现在一起来看一个非纯函数(Impurefunction)的JavaScript例子.
A pure function is a function where the return value is only determined by its input values, without observable side effects.
纯函数是一个这样的函数:其中返回值仅由其输入值确定,而没有其他可观察到的副作用。
As I said above, a pure function is just a rule which for a particular input will always generate the exact same output.
正如我上面所说,纯函数只是对于特定的输入始终产生完全相同的输出的一个规则。
Results: 29, Time: 0.0324

Word-for-word translation

Top dictionary queries

English - Chinese