We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd546e + 11744de commit ed6d03dCopy full SHA for ed6d03d
_style/naming-conventions.md
@@ -356,8 +356,7 @@ for local names to be very short:
356
357
def add(a: Int, b: Int) = a + b
358
359
-This would be bad practice in languages like Java, but it is *good*
360
-practice in Scala. This convention works because properly-written Scala
+This convention works because properly-written Scala
361
methods are quite short, only spanning a single expression and rarely
362
going beyond a few lines. Few local names are used (including
363
parameters), and so there is no need to contrive long, descriptive
0 commit comments