Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 284 Bytes

Readme.md

File metadata and controls

6 lines (5 loc) · 284 Bytes

Functional Programming

Why?

  1. Less Bugs because your code is easier to reason about
  2. Less Time because you will be able to reuse more of your code.
  3. Great for composition. By bundling our logic into small components, we can compose our code by combining functions.