https://github.com/fchristenson/fp-vs-oop
https://github.com/fchristenson/fp-vs-oop
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/fp-vs-oop
- Owner: fChristenson
- Created: 2019-12-25T06:57:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:38:51.000Z (over 2 years ago)
- Last Synced: 2025-04-13T18:43:31.717Z (3 months ago)
- Language: TypeScript
- Size: 1.09 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- 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.