[erlang-questions] What is this naming convention?

Dan Gudmundsson dgud@REDACTED
Fri Oct 27 13:36:07 CEST 2006


Whats wrong with it...

For a short time it was a macro..

/Dan

Christian S writes:
 > val(Var) ->
 >     case ?catch_val(Var) of
 >         {'EXIT', _ReASoN_} -> mnesia_lib:other_val(Var, _ReASoN_);
 >         _VaLuE_ -> _VaLuE_
 >     end.
 > 
 > from mnesia/mnesia_lib.erl
 > 
 > is _BoReD_ProGRAMmeR_ style?
 > _______________________________________________
 > erlang-questions mailing list
 > erlang-questions@REDACTED
 > http://www.erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list