|
|
|
|
|
by ghthor
3020 days ago
|
|
I've programmed in both ways and they each have there place. But in general this is the right way, you shouldn't export interfaces, you should export concrete types and then use the documentation and tests to example what types of interfaces the types can cover. |
|