f# naming conventions.. WTF??!!
Posted
by Peter Goras
on Stack Overflow
See other posts from Stack Overflow
or by Peter Goras
Published on 2010-04-08T00:37:39Z
Indexed on
2010/04/08
0:43 UTC
Read the original article
Hit count: 448
F#
|naming-conventions
let w t f =
have I missed something?
do all value names in F# have to be a single char? preferably x? and do all method names have to abbreviated to a cryptic four chars??
we've had it rammed down our throats for years about descriptive variable/method names in other languages but now this doesnt apply to F#?
or it is some coding 'style' bollox?
Learning from code examples is hard enough with type inference. why make it harder?
© Stack Overflow or respective owner