Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mefengl/fp-note


https://github.com/mefengl/fp-note

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# fp-note

## Signature & Body

signature alone is enough to understand the function, so fp programmer don't need to read the body of the function.

which also means that the body should not do anything that is not described in the signature.

## Separation of concerns

such as data's structure and data's behavior.