Consider API Adjustment to Use Interfaces Rather Than Abstract Classes #175
Labels
area: core
Issues that address the core abstractions & the wrappers
state: needs discussion
Issues that need further discussion
Cool project. :) Thank you for keeping it current.
Checking this out just now. It appears there are files such as
DirectoryInfoBase
andFileInfoBase
. Has there been any thought towards making these interfaces instead, SoIDirectoryInfo
andIFileInfo
? That way we're really abstracting the goodness and don't have to pass implementations around.Thank you for any consideration!
The text was updated successfully, but these errors were encountered: