I use different standards for atoms and variables:<br><br>In atoms I use_underscore to_separate_words because this is much easier to to read and there is nu UC letter at the beginning anyway.<br><br>For variables I use capitalisation ToSeparateWords as there already IS an UC letter at the beginning. BUT I very seldom use long variable names that are more than one word. I find it much better, and more readable, to document what the variable is for and use a short name.
<br><br>This also makes it easier to see which are atoms and which are variables. <br><br>I don't know if there is an accepted "standard".<br><br>Robert<br><br><div><span class="gmail_quote">On 17/08/07, <b class="gmail_sendername">
David Mercer</b> <<a href="mailto:dmercer@gmail.com">dmercer@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
For those of you who don't like to RunYourWordsTogether, how do you<br>capitalize your multi-word variable names?  Do you capitalize all of the<br>words or just the first one.  That is, Long_Variable_Name or<br>Long_variable_name?
<br><br>Cheers,<br><br>David<br><br>_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a href="http://www.erlang.org/mailman/listinfo/erlang-questions">
http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br>