- By Christian Panadero Martinez
- ·
- Posted 02 Nov 2017
Side effects
Functional programming is based on the simple premise that your functions should not have side effects, they are considered evil in this paradigm. If a function has side effects we call it a procedure, so functions do not have side effects. We consider that a...