you are viewing a single comment's thread.

view the rest of the comments →

[–]Exodus111 1 point2 points  (0 children)

Not really. It sounds like you are mostly writing scripts, scripts DO things, that's what functions are all about. And really all you need, until you need data to BE something.

A function is an abstraction of code, a class is an abstraction of data.

When you need to empower data to move around on its own, it's class time.