[erlang-questions] Design patterns?

Gordon Guthrie gguthrie@REDACTED
Tue Mar 3 09:30:32 CET 2015


Generally function heads are 'better' than cases, particularly if there are a lot of them...

This email would be easier to answer if there was some code so people could outline options...

G

-----Original Message-----
From: "Judson Lester" <nyarly@REDACTED>
Sent: ‎02/‎03/‎2015 19:20
To: "Erlang Users' List" <erlang-questions@REDACTED>
Subject: [erlang-questions] Design patterns?

As I'm becoming more comfortable and proficient in Erlang, I'm finding there there are interesting patterns that begin to emerge that I'm not sure I've seen elsewhere. I'm wondering if there's a collection somewhere, maybe c2 style?


One example is a complicated data processing: I've started creating a special purpose record and dispatching based on its fields. That includes short-circuiting on errors, constructing syntheses from simpler data, etc. Since I've stumbled onto it, I've been really liking how it can bring the full force of pattern matching to complex processing. I do worry that it's a bit of a smell though. If the processing can be simplified, that might be better, but it's better, imo, than a long ladder of maybe_compute_other_thing style functions.


And an open question (for me): when to use case/if versus function heads? Roughly, I've been using cases to reformat the returns of a function call, but the decision trips me up every time.


Judson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150303/d108c9dd/attachment.htm>


More information about the erlang-questions mailing list