Skip to content

clementohNZ/concepts-functional-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Experiments with different functional programming concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published