Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fchristenson/fp-vs-oop


https://github.com/fchristenson/fp-vs-oop

Last synced: about 1 month ago
JSON representation

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.