Glossary format update
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
### Functional programming
|
||||
---
|
||||
title: Functional programming
|
||||
tags: 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.
|
||||
|
||||
Reference in New Issue
Block a user