Skip to content

Refactor meta operation class to use _name property and update name logic #14

@eh-main-bot

Description

@eh-main-bot

The AsyncOperation base class should be refactored as follows:

  • The abstract property name should be renamed to _name, and subclasses should implement _name instead of name.
  • The public property name should be implemented in the base class and return the string 'git/foldername' + _name, where foldername is the name of the root git repo / directory.
  • Update all subclasses and usages to override and use _name.
  • Ensure all references to name in subclasses are updated to _name.
  • all tests are passing

This will improve encapsulation and clarify the intended usage of the operation name in meta operations.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions