functional programming
The following are the CORE principles of FP:
Immutability
Disciplined state
Pure functions and no side effects/disciplined states
First class functions and high order functions
Type systems
Referential transparency
Last updated
Was this helpful?