Functional Programming is the use of Pure Functions to create extremely explicit and easily testable code. By avoiding sharing/mutating state and reducing side-effects FP lowers the cognitive burden of adding functionality to a growing code base. Pure functions make testing easier, any good codebase has tests and when
3 Comments
Sort: