Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svozza/functionalish-refactor
A non-trivial asynchronous code example that interacts with multiple AWS services implemented in imperative, promise-based and purely functional style.
https://github.com/svozza/functionalish-refactor
functional functional-programming
Last synced: about 2 months ago
JSON representation
A non-trivial asynchronous code example that interacts with multiple AWS services implemented in imperative, promise-based and purely functional style.
- Host: GitHub
- URL: https://github.com/svozza/functionalish-refactor
- Owner: svozza
- Created: 2020-06-05T11:24:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T17:56:22.000Z (about 2 months ago)
- Last Synced: 2024-11-23T18:30:03.620Z (about 2 months ago)
- Topics: functional, functional-programming
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# functionalish-refactor
Three styles of effectful code:
- Imperative
- Functional-ish (using promises)
- Functional (using futures and monad transformers)