|
|
|
|
|
by dgb23
398 days ago
|
|
Personally I rarely use or even implement interfaces except some other part needs them. My brain thinks in terms of plain data by default. I appreciate how they compose, for example when I call io.Copy and how things are handled for me. But when I structure my code that way, it’s extra effort that doesn’t come naturally at all. |
|