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
The Wix type in the wix module for the project is only partially implementing the Builder pattern, which makes it very verbose and confusing during development. It would be better to split the functionality into a Builder type, which focuses on configuration and a read-only Wix type that focuses on execution. Maybe the Wix type can be renamed to Executor?
Ideally, I would like to complete this refactoring before resolving too many of the recently added enhancements.
The text was updated successfully, but these errors were encountered:
The initialization functionality has been split into Builder/Execution pattern but the remaining "modes", i.e. creation (default), sign, and print still need to be split into separate modules and the Builder/Execution pattern.
The
Wix
type in thewix
module for the project is only partially implementing the Builder pattern, which makes it very verbose and confusing during development. It would be better to split the functionality into a Builder type, which focuses on configuration and a read-only Wix type that focuses on execution. Maybe theWix
type can be renamed toExecutor
?Ideally, I would like to complete this refactoring before resolving too many of the recently added enhancements.
The text was updated successfully, but these errors were encountered: