infrastructure-as-types
infrastructure-as-types copied to clipboard
Use empty parens `()` for non-pure methods
As for now, e.g. upsert
methods are side-effecting but paren-less (other than implicit param list), this goes against the Scala conventions