KreativJos / csharpextensions

C# Extensions for Visual Studio Code
MIT License
74 stars 34 forks source link

UI interaction should only occur on surface level #84

Closed KreativJos closed 1 year ago

KreativJos commented 2 years ago

Currently, template classes cannot really be unit tested, because UI input & IO is done in internal functions. These parts should be separated (if possible, SOLID).