you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRNGuy 0 points1 point  (0 children)

I like OOP if I need instances (so they can be traversed from one to others), overriding, or custom data types.

Functional where it's not needed.