[Haskell-beginners] single responsibility principle vs functional programming

Joe Van Dyk joe at fixieconsulting.com
Tue Jan 26 20:37:34 EST 2010


So I'm still pretty new to functional programming.

In OOP, you have the concept of each class having a
single-responsibility (or reason for changing).  See
http://en.wikipedia.org/wiki/Single_responsibility_principle

I'm having problems seeing how that concept maps to functional
programming.  Perhaps it doesn't?

-- 
Joe Van Dyk
http://fixieconsulting.com


More information about the Beginners mailing list