Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

tk-notes/pomo-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PomoLambda

A Pomodoro Timer using Functional Programming style

The idea is to apply the functional programming concepts in a simple project like a pomodoro time. And for this project, principles I cared about was:

  • Pure functions: Small, no-side-effect functions
  • Immutability: Strive to keep values immutable & isolate side effects
  • Curry: Making specialized functions from more abstract functions
  • Composition: Build small functions and compose them

Inspiration

Resources