fChristenson / fp-vs-oop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%