Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in side-effects

F# UnitTesting function with side effect

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

perl debugging side-effects

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

Lazy evaluation and IO side effect confusion

What happens if you compile a program that takes no input? (Haskell IO purity issues (again))

Assignment in method call bad practice?

Formatting multiple json files recursively

Surgical XML editing with Powershell

*p++->str : Understanding evaluation of ->

OCaml: Does storing some values to be used later introduce "side effects"?

Non destructive way of deleting a key from a hash

ruby hash side-effects

Functions that look pure to callers but internally use mutation

python side_effect - mocking behavior of a method

Saving to database in stream pipeline

Generate unique numbers at compile time

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?