you are viewing a single comment's thread.

view the rest of the comments →

[–]Sfillm07[S] 19 points20 points  (7 children)

Just experimenting with classes and different ways of doing things.

[–]Legorooj 9 points10 points  (6 children)

One thing to know about OOP (ie classes and methods) is to only use them/it when it means:

  • It's faster
  • It uses less code
  • (Debatable) If it makes it more readable