Skip to content

Software, Fitness, and Gaming – Jesse Warden

Software | Fitness | Gaming

  • Home
  • About
  • Contact
  • Books
  • Helpful Tools

Tag: functionalprogramming

Posted on June 22, 2018June 26, 2018

Functional Programming Unit Testing in Node – Part 4

Concurrency, Compose, and Coverage

Welcome to Part 4 where we show how to do concurrency which is a lot easier to get “for free” using pure functions, we compose both async and synchronous functions, we and utilize a test coverage report to where next to focus our refactoring and testing efforts.
Continue reading “Functional Programming Unit Testing in Node – Part 4”

Posted on June 22, 2018June 25, 2018

Functional Programming Unit Testing in Node – Part 3

OOP, Compose, and Curry

Welcome to Part 3 where we’ll show you how to navigate class based code using FP, go over composing all these asynchronous functions we wrote, and continuing to define our dependencies in curried functions to make them easier to test.
Continue reading “Functional Programming Unit Testing in Node – Part 3”

Posted on June 22, 2018June 25, 2018

Functional Programming Unit Testing in Node – Part 2

Predicates, Async, and Unsafe

In part 2, we’ll validate our inputs using predicates, show how to make asynchronous pure functions, and show various techniques on how you call unsafe code from Functional Code.

Continue reading “Functional Programming Unit Testing in Node – Part 2”

Posted on June 11, 2018June 23, 2018

Sanctuary JS

Sanctuary

Found this new (to me) FP library called Sanctuary.

Continue reading “Sanctuary JS”

Posts navigation

Previous page Page 1 … Page 3 Page 4 Page 5 Next page

Search

Proudly powered by WordPress