Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefengl/fp-note
https://github.com/mefengl/fp-note
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mefengl/fp-note
- Owner: mefengl
- License: mit
- Created: 2023-06-10T15:29:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-14T11:08:15.000Z (over 1 year ago)
- Last Synced: 2024-10-30T10:15:39.154Z (about 2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.