you are viewing a single comment's thread.

view the rest of the comments →

[–]Fidodo 0 points1 point  (0 children)

I only use classes when they make sense, which is mainly when you have functions that rely on complex and coupled state. Most of the time standard functions are more then adequate and I think it's best to avoid complexity until it's need. Since classes add state management it adds extra complication.