General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
TheEvertw
Continuous Delivery
comments
Comments by "TheEvertw" (@TheEvertw) on "Object Oriented Programming vs Functional Programming" video.
"Functional Programmers think of Programming as Maths" I think most functional programmers think of program as a series of data transformations. I that is what you mean with "maths", then you are correct. I also think that most OO programmers think of a program as a collection of entities that "exist" and share state with each other. Both have merit, though the functional paradigm has the advantage of being composable, a very nice attribute that makes testing and re-use relatively easy. You can glue functional code together to create a new function, much easier than you can glue objects together. For me, functional programming is an acquired taste, that I have learned to appreciate!
2