Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 869 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 869 Bytes

WarsawJS Workshop #46

By Piotr Szlachciak

Rules

  1. Have fun
  2. Ask a lot of questions

How do I use this repository?

In this repository you will find two branches: master and solutions. They are almost identical, but on master all of the function implementations are missing and the test suites are skipped.

During the workshop you will run the test suites and implement the required functions. If you get stuck just look at the solutions branch!

Agenda

  1. Introduction
  2. Introduction to functional programming - Overview
  3. Break (10 minutes)
  4. Introduction to functional programming - Tasks
  5. Break (10 minutes)
  6. Point-free style - Overview and Tasks
  7. Lunch (30 minutes)
  8. Data validation - Overview
  9. Break (10 minutes)
  10. Data validation - Tasks
  11. Break (10 minutes)
  12. Monads - Overview and Tasks
  13. End