[erlang-questions] Design methodology going from Object oriented to functional programming?
Vance Shipley
vances@REDACTED
Mon Oct 22 16:07:14 CEST 2007
Andrew,
As a Concurrency Oriented Programming Language (COPL) the first
thing I believe you want to do is to decide what processes you
will use. After modeling the concurrency aspects the next thing
I do is to model the supervision heirarchy. Only after this is
done do I reason about what a user API will look like.
-Vance
On Mon, Oct 22, 2007 at 02:47:44PM +0200, Alexander Lamb wrote:
} Indeed, in the object oriented world, I would start by finding what my
} classes might be and the relationship between them. Gradually I would add
} functions (class or instance methods) to the classes in order to provide
} solid foundations on top of which I can write an application.
More information about the erlang-questions
mailing list