Side effect (computer science) - Wikipedia
文章推薦指數: 80 %
In computer science, an operation, function or expression is said to have a side effect if it modifies some state variable value(s) outside its local environment, that is to say has an observable effect besides returning a value (the main effect) to the invoker of the operation
延伸文章資訊
- 1Side effect (computer science) - Wikipedia
In computer science, an operation, function or expression is said to have a side effect if it mod...
- 2Code Smell: Side Effects. When people say the term - Medium
THAT is a side effect. In OO programming, side effects are when a function does something it does...
- 35 kinds of side-effects. Before we stat | by Igor Wojda | Medium
Side effects are closely related to functional programming paradigm where the ultimate goal is to...
- 4副作用(電腦科學) - 維基百科,自由的百科全書 - Wikipedia
Side Effect)。上述的I/O, ...
- 5What is a "side effect?" - Software Engineering Stack Exchange