[Haskell-cafe] Re: Allowing hyphens in identifiers
Gregory Crosswhite
gcross at phys.washington.edu
Mon Dec 14 18:49:53 EST 2009
Just to toss my own cents into the camelCase versus under_score discussion: I personally prefer to use camelCase for functions and types and under_score for variables and value so that the two can be easily visually distinguished. For example,
callFunctionWith first_variable second_variable
This is arguably either the best or the worst of both worlds. :-)
Cheers,
Greg
More information about the Haskell-Cafe
mailing list