Home | History | Annotate | Download | only in coding_guidelines

Lines Matching full:effects

1480 				cause any observable side effects or changes to global state. For example <i>sin(x)</i> is pure
1481 function as it always returns the same value for same argument value and does not cause any side effects.</p>