You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.
Classes in Pansy?
I would like to group all my functions into a class. Is it possible here? I don't remember seeing it in the docs.
Classes
If I have hundreds of functions, I'd like to group all the related ones together. Or, if I want to create a blueprint of a person, I'd want to put methods for things a person would do, like walk, run, and so on inside the class Person, and not have functions all over the place. I think classes are necessary for any programming language.
The text was updated successfully, but these errors were encountered:
Classes in Pansy?
I would like to group all my functions into a class. Is it possible here? I don't remember seeing it in the docs.
Classes
If I have hundreds of functions, I'd like to group all the related ones together. Or, if I want to create a blueprint of a person, I'd want to put methods for things a person would do, like walk, run, and so on inside the class Person, and not have functions all over the place. I think classes are necessary for any programming language.
The text was updated successfully, but these errors were encountered: