Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/fp-vs-oop
https://github.com/fchristenson/fp-vs-oop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/fp-vs-oop
- Owner: fChristenson
- Created: 2019-12-25T06:57:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:38:51.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:22:00.005Z (over 1 year ago)
- Language: TypeScript
- Size: 1.09 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# FP vs OOP
## What we will cover
- The functional programming style
- The object oriented programming style
- Pros and cons## Notes
This is a basic example application to showcase some of the simpler considerations programmers
make when working in the FP or OOP style.It is worth knowing that some of the nuances of each style is only truly understood when the
system is a lot bigger than it is in this example.