Skip to Content.
Sympa Menu

patterns-discussion - Re: [patterns-discussion] Messaging Design Pattern

patterns-discussion AT lists.cs.illinois.edu

Subject: General talk about software patterns

List archive

Re: [patterns-discussion] Messaging Design Pattern


Chronological Thread 
  • From: Al Boldi <a1426z AT gawab.com>
  • To: Ralph Johnson <johnson AT cs.uiuc.edu>, Messaging Design Pattern <dsheppard2k AT yahoo.com>
  • Cc: patterns-discussion AT cs.uiuc.edu
  • Subject: Re: [patterns-discussion] Messaging Design Pattern
  • Date: Sat, 17 Jul 2010 02:06:37 +0300
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/patterns-discussion>
  • List-id: General talk about software patterns <patterns-discussion.cs.uiuc.edu>

Ralph Johnson wrote:
> I've heard this called many things. I don't like any of those names
> because they can be interpreted in many ways. i don't like Messaging,
> either. Perhaps it is about parallel programming, and the pattern is to
> avoid shared memory and communicate only by sending messages. Perhaps it
> is about distributed systems, and explores the difference between
> synchronous and asynchronous communication. No, this pattern is about
> software
> architecture, and is about how to keep loose coupling between modules.
> Pick a name that can't be misinterpreted.

Well, actually quite the opposite!

The biggest problem I have with design patterns is this drive to obscure a
simple concept starting with its name. Calling it anything other than a
"Messaging Design Pattern", which most devs understand on the fly, would only
obscure things from the beginning.

And the fact that it can be interpreted in many ways, yet within the
"messaging concept", should be seen as a sign of versatility; definitly a
PLUS!

So, my recommendation would be to revisit most Design Pattern names and try
to
align them to realistic well known terminology.

Thanks!

--
Al




  • Re: [patterns-discussion] Messaging Design Pattern, Al Boldi, 07/16/2010

Archive powered by MHonArc 2.6.16.

Top of Page