Functional Programming
Term side of the Card
Topic: Programming Approaches
Unit title: Functional Programming
Categories: Approach
Explanation side of the Card
Explanation: The programming approach where functions are first-class citizens. It emphasizes immutability, higher-order functions and the avoidance of side effects to create predictable, concise code.