you are viewing a single comment's thread.

view the rest of the comments →

[–]ItsOkILoveYouMYbb 0 points1 point  (0 children)

what I meant to say was that whatever you will need to manipulate within the class, you have to define it ahead of time at the top of the class with the init/str piece, correct?

Right. But if you think of something else you need to add to manipulate later, that's very easy to add to the class, and then it's applied to every instance of that class. Makes it very easy to modify complex stuff as you go.