<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Message: 6<br>
Date: Tue, 15 Mar 2016 21:22:30 -0700<br>
From: Joe Armstrong <<a href="mailto:erlang@gmail.com">erlang@gmail.com</a>><br>
To: Pietro <<a href="mailto:pulsarpietro@posteo.net">pulsarpietro@posteo.net</a>><br>
Cc: Erlang <<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>><br>
Subject: Re: [erlang-questions] Beginner question<br>
Message-ID:<br>
        <<a href="mailto:CAANBt-r0K4j5jEG4CsWrYnnNNOTDy0%2Bs6MFfmx4yuUmt6N6RZQ@mail.gmail.com">CAANBt-r0K4j5jEG4CsWrYnnNNOTDy0+s6MFfmx4yuUmt6N6RZQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Here's a tip<br>
<br>
I *always* start writing message processing lops like this:<br>
<br>
    loop(State) -><br>
         receive<br>
               Any -><br>
                    io:format("***unexpected ~p~n",[Any]),<br>
                    loop(State)<br>
         end.<br>
<br>
Then I compile and run this with my problem.<br> </blockquote><div><br></div><div>This is a great idea Joe!  I plan to steal this one!  :)</div><div> </div><div>-- </div></div><div class="gmail_signature"><div dir="ltr">Onorio Catenacci<br> <br><a href="http://onor.io" target="_blank">http://onor.io</a><div><a href="http://www.google.com/+OnorioCatenacci" target="_blank">http://www.google.com/+OnorioCatenacci</a><br><div><br></div></div></div></div>
</div></div>