[erlang-questions] What is this naming convention?

Christian S chsu79@REDACTED
Fri Oct 27 13:23:58 CEST 2006


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?



More information about the erlang-questions mailing list