-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Kind: EnhancementNew feature or requestNew feature or requestPriority: MediumUseful to resolve, but not urgentUseful to resolve, but not urgentSize: Good First IssueEasy to get started, good for newcomersEasy to get started, good for newcomers
Description
To improve usability, a wrapper is usually implemented for each DD type. It encapsulates a DD handle passed to manager methods. For example, comparing a BDD with a BMD reveals some commonalities. Methods such as depth or restr are always redefined "from scratch," which is actually unnecessary.
The goal is to identify both the commonalities and differences between DD types in order to provide the wrapper as a base class. Furthermore, there are methods such as transform that can be shared across derived managers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Kind: EnhancementNew feature or requestNew feature or requestPriority: MediumUseful to resolve, but not urgentUseful to resolve, but not urgentSize: Good First IssueEasy to get started, good for newcomersEasy to get started, good for newcomers