From: fva <fv...@ts...> - 2003-03-05 09:22:56
|
Florian Hars wrote: > Words should never run into another, but be properly separated by > characters like _. > > man perlstyle: > While short identifiers like $gotit are probably ok, use underscores > to separate words. It is generally easier to read > $var_names_like_this than $VarNamesLikeThis, especially for > non-native speakers of English. > > Would you want perl to be more readable than ocaml? I don't think that is really the question... As W.Neumann has pointed out the Ocaml team chose to include underscore in variable names but not in module names... I think we should stick to that... (Besides I've been using the CapitaliseTheInitialCharacter ever since Modula and I feel comfortable with it ;) ) Regards, Fran Valverde |