874 Views
The final epiphany comes when you learn about functional programming. The main idea of functional programming is avoidance of hidden inputs and outputs, such as: A reference to a mutable state, A modification of the mutable state (also known as side effects), Using exceptions to control the program flow.
0 comments