Class based commands #14
dotchetter
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The need for class-based commands with a clearer and more semantic way of developing command logic with Pyttman is evident.
In response to this, class-based commands are in the works.
The idea is to inherit from a
Command
class and define a few class variables which are currently defined and handled in Callback objects.The goal is to further separate logic and steer away from Mega-classes which the
Feature
class can sometimes become. A bloated, non-OOP blob of functions and complex logic, increasing complexity and reducing reusability.Beta Was this translation helpful? Give feedback.
All reactions