-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Into the Wire
interface we have a method Input send(Input input) throws IOException
, but it isn't a EO violation? In EO vol 1, Yegor says "verb methods should return nothing (void)" and send()
is a verb. So, should we rename it? My suggestion: Input response(Input request) throws IOException
.
Metadata
Metadata
Assignees
Labels
No labels