Howdy!
Should I always use =:= instead of == if I don´t need type conversion?
How much more efficient is that?
Also, is there a shorter way of saying the following?
if
SomeCondition ->
dostuff;
true ->
ok
end.
Thanks, Joel
--
http://wagerlabs.com/tech