Search code examples
Is a prefix or postfix operator in the global scope a side effect?...


javascriptdefinitionside-effectspostfix-operator

Read More
RxJs: How to combine two observable into a new observable with different type...


rxjsside-effectsngrx-effects

Read More
What is the point of no side effects if I need 3 loops instead of one to do it?...


javascriptside-effects

Read More
Non destructive way of deleting a key from a hash...


rubyhashside-effects

Read More
How do you carry mutating data into callbacks within loops?...


javascriptnode.jscallbackside-effectsmutators

Read More
Python 3 call to "list" has odd side-effects...


pythonlistpython-3.xside-effects

Read More
What is the PSR-1 Compliant Alternative to Using ini_set()?...


phpiniside-effectsini-setpsr-1

Read More
Undefined behavior in c/c++: i++ + ++i vs ++i + i++...


c++undefined-behaviorside-effectssequence-points

Read More
Initializing all variables in C in one line and uninitialized value...


cside-effectsvariable-initialization

Read More
Functional programming : Where does the side effect actually happen?...


haskelliofunctional-programmingmonadsside-effects

Read More
Is there a way to unit test against side effects?...


unit-testingside-effects

Read More
What counts as a side-effect? Why isn't memory allocation a side-effect?...


haskellfunctional-programmingmonadsside-effects

Read More
Boolean expression with integer increments gives unexpected results...


cincrementboolean-expressionside-effects

Read More
Scheme what does #= as output mean?...


schemehashtagside-effects

Read More
Side effects in Scala...


scalafunctional-programmingmonadsside-effectspurely-functional

Read More
Side-effects in java 8 streams...


java-8java-streamside-effects

Read More
is there any way to prevent side effects in python?...


pythonfunctional-programmingside-effects

Read More
Clojure Quil: nested loops while drawing lines...


algorithmclojurefunctional-programmingside-effectsquil

Read More
How to guarantee referential transparency in F# applications?...


f#functional-programmingside-effectsreferential-transparency

Read More
Can sequential stream operations have side-effects?...


javajava-streamside-effects

Read More
Strange behaviour of nreverse in sbcl...


common-lispsbclclispside-effects

Read More
elm - executing multiple lines in a function...


functional-programmingelmside-effects

Read More
Is it possible to garantee the consistency of memoization?...


ocamllazy-evaluationmemoizationmutableside-effects

Read More
What are Data::Dumper()'s side effects?...


perldebuggingside-effects

Read More
How to Document Java Side Effects...


javadocside-effects

Read More
haskell : how to draw some pixels (side effects) using gtk and the function map...


loopshaskellside-effects

Read More
Interaction between post-decrement and logical operators...


c++language-lawyerundefined-behaviorside-effects

Read More
What does 'pure' in functional programming mean if an application mutates the stack?...


functional-programmingside-effectspurely-functionalmutationreferential-transparency

Read More
C# Paradigms: Side effects on Lists...


c#linqlistparadigmsside-effects

Read More
Why the output for "a" is -80?...


cc-preprocessoroperator-precedenceside-effects

Read More
BackNext