Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in side-effects

Python closure with side-effects

Why is "volatileQualifiedExpr + volatileQualifiedExpr" not necessarily UB in C but in C++?

c++ c volatile side-effects

Side effects of changing filter and requirements of an existing app in Android Play/Market

Why isn't mySet.erase(it++) undefined behavior, or is it?

Most common pattern for using a database in a functional language, given desire for no side-effects?

Infinite loop with ngrx/effects

Does placement-new introduce a sequence point?

Should macros have side effects?

macros racket side-effects

C# Paradigms: Side effects on Lists

How to deal with side effects in tree shaking code?

What are the best resources for learning how to avoid side effects and state in OOP?

state side-effects

is there any way to prevent side effects in python?

Getter with side effect

Is there a way to unit test against side effects?

unit-testing side-effects

Side Effects in Functional Programming

Unsequenced value computations (a.k.a sequence points)

Side effects in Scala

Why can I call a non-constexpr function inside a constexpr function?

Why can applicative functors have side effects, but functors can't?

Scala: "map" vs "foreach" - is there any reason to use "foreach" in practice?