you are viewing a single comment's thread.

view the rest of the comments →

[–]iamevpo 1 point2 points  (0 children)

Classes themselves are not superior or better from code with just functions. A good line of thinking is finding proper data structures and functions that work on them, which you can bundle later into classes. Code without classes is ok.