From 9d77afa640a417ccc5004957d23583606160d0e4 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 17 Jul 2018 21:01:59 +0300 Subject: [PATCH] Update Functional-programming.md --- glossary/Functional-programming.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glossary/Functional-programming.md b/glossary/Functional-programming.md index d5fe1fa22..fa9db7996 100644 --- a/glossary/Functional-programming.md +++ b/glossary/Functional-programming.md @@ -1,3 +1,4 @@ ### Functional programming -Functional programming is a paradigm in which programs are built in a declarative manner using pure functions that avoid shared state and mutable data. Functions that always return the same value for the same input and don't produce side effects are the pillar of functional programming. +Functional programming is a paradigm in which programs are built in a declarative manner using pure functions that avoid shared state and mutable data. +Functions that always return the same value for the same input and don't produce side effects are the pillar of functional programming.