This repository has been archived by the owner on Aug 19, 2018. It is now read-only.
Ban method definitions with plain void
as return type
#220
Labels
void
as return type
#220
You can define:
You should not be allowed to define:
Motivation: it's hard to combine plain void functions, let's define convention that our service definitions has to be pure functions, i.e. must return somerhinhg , even if it's Mono. Why do that? For caring about api clients, about their ability to combine.
The text was updated successfully, but these errors were encountered: