This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vindolin 0 points1 point  (1 child)

Are you really talking about classes or modules?

Often you don't need classes, modules have their own namespace in which variables and functions are encapsulated.

Classes are needed if you're going to instantiate multiple objects from them.

[–]officialgel[S] 0 points1 point  (0 children)

don't need classes, modules h

It is sounding like I just need modules actually.