Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
(Move to ...)
Event registration app with QR/Paypal
Home
▼
Saturday, September 10, 2011
Object oriented vs. functional programming
http://www.johndcook.com/blog/2010/11/03/object-oriented-vs-functional-programming/
OO makes code understandable by encapsulating moving parts.
FP makes code understandable by minimizing moving parts.
‹
›
Home
View web version