Skip to content

Commit

Permalink
What is FP draft post
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Frazier committed Jun 25, 2020
1 parent f1da829 commit feb82d8
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions content/post/drafts/what-is-functional-programming.md
@@ -0,0 +1,40 @@
+++
title = "What Is Functional Programming"
date = 2020-06-25T09:55:15-06:00
draft = true
markup = "mmark"
+++

## State, State, State

## Pure Functions

What is a side effect?

## Recursion


## List processing


## Defensive Programming


## Declarative vs. Imperative


## Currying


## Types

Often functional programming uses a strong type system. Leveraging the type system and make friends with the compiler.


## JavaScript helper libraries

- ramda
- immutableJS
- purify-ts

## map, filter, reduce

0 comments on commit feb82d8

Please sign in to comment.