|
|
|
|
|
by mrkeen
2226 days ago
|
|
There isn't really a middle-ground (with regard to side-effects) despite people arguing for or against it - much like those memes where someone declares that they're not 'for' or 'against' abortion. Either I can rely on the fact that `foo() == foo()`, or I can't. Either I can rely on the fact that `map f . map g == map (f . g)`, or I can't. |
|