You are viewing a single comment's thread from:

RE: [잡설] 얻어터지면서도 다운보트 트레일을 운영하는 이유

In OO, it's the data that is the "important" thing: you define the class
which contains member data, and only incidentally contains code for
manipulating the object. In FP, it's the code that's important: you
define a function which contains code for working with the data, and
only incidentally define what the data is.
-- almkgor, on reddit