I would say don't use it for functions with no side effects and use it when you are interfacing something on the outside (files or sockets).<br><br><br>Sergej<br><br><div class="gmail_quote">On Sun, Nov 13, 2011 at 7:35 AM, Steve Davis <span dir="ltr"><<a href="mailto:steven.charles.davis@gmail.com">steven.charles.davis@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Is there a rule-of-thumb guidance as to when it is the right "time" to<br>
return {ok, Value} and when to return just the raw value.<br>
<br>
Both are valid approaches according to the coding guidelines. The<br>
libraries do both.<br>
<br>
All and any comments/observations appreciated.<br>
<br>
best,<br>
/s<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br>