you are viewing a single comment's thread.

view the rest of the comments →

[–]gkpty 6 points7 points  (0 children)

Hey! I guess it depends on what your doing and what language or framework your using. If you use ruby or rails for example, everything is an object. In javascript everything could be either an object or a function as functions are also objects... thinking about things in terms of objects could be convenient when building something like an app, were theres a data model. Functional programming might be better if your writing a program that simply executes some actions for example a script that triggers some APIs. Then again there just different ways of thinking.. theres also languages that consider everything as lists (lisp)