f# naming conventions.. WTF??!!
- by Peter Goras
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?