Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of mkUltra

mkUltra

mkUltra has asked 21 questions and find answers to 1 problems.

Stats

124
EtPoint
5
Vote count
21
questions
1
answers

About

codito ergo sum

Purity makes the job of understanding code easier. The behaviour of a pure function does not depend on the value of a global variable, or the contents of a database, or the state of a network connection. Pure code is inherently modular: every function is self-contained, and has a well-defined interface.

Real World Haskell by Bryan O'Sullivan, Don Stewart, and John Goerzen