Hacker News new | ask | show | jobs
by seanmcdirmid 3229 days ago
OOP is all about the nouns while FP/procedural is all about the verbs. That's it really: are you modeling your system in terms of objects (nouns) or behavior (verbs)? It is super easy to tell just by looking at the names in your code. Semantic features only play supporting roles, they don't define the paradigm.
1 comments

that's a nice definition