infrastructure-as-types icon indicating copy to clipboard operation
infrastructure-as-types copied to clipboard

Use empty parens `()` for non-pure methods

Open PawelLipski opened this issue 4 years ago • 0 comments

As for now, e.g. upsert methods are side-effecting but paren-less (other than implicit param list), this goes against the Scala conventions

PawelLipski avatar Aug 06 '20 14:08 PawelLipski