Functional Programming Basics
Functional programming (FP) is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing state and mutable data. It focuses on writing code that is declarative, where you express what to do rather ...
master-java.hashnode.dev5 min read