|
|
|
|
|
by crazy5sheep
1570 days ago
|
|
An interface with many methods is already a bad design. limiting it to a handful methods is way easier to maintain. it's fine to return an object has implement many interfaces, but you really don't need to use them all on the input side. |
|