Group common methods into Singleton classes #2109
Labels
enhancement
New feature or request
priority-medium
Not functioning - next quarter if capacity permits
Technical Debt
Includes Architecture, Code, Testing, Automation debt
v3
Milestone
Is your feature request related to a problem? Please describe.
In an effort to reduce the maintenance efforts of Zowe Explorer, it might be convenient to group related methods under a single class. This should help streamline how imports are handled when developing new features and how tests are written for these new methods.
Describe the solution you'd like
Ideally we will use singleton classes 😋
Describe alternatives you've considered
We can consider using:
Additional context
Suggestion:
extension.ts
#2080 (comment)default
whenever possible 😋The text was updated successfully, but these errors were encountered: