Skip to Content.
Sympa Menu

patterns-discussion - Re: [patterns-discussion] Design Patterns and Matlab

patterns-discussion AT lists.cs.illinois.edu

Subject: General talk about software patterns

List archive

Re: [patterns-discussion] Design Patterns and Matlab


Chronological Thread 
  • From: Ralph Johnson <johnson AT cs.uiuc.edu>
  • To: mayrajava AT hotmail.com, patterns-discussion AT cs.uiuc.edu
  • Subject: Re: [patterns-discussion] Design Patterns and Matlab
  • Date: Tue, 2 Sep 2003 05:16:15 -0500 (CDT)
  • List-archive: <http://mail.cs.uiuc.edu/pipermail/patterns-discussion/>
  • List-id: General talk about software patterns <patterns-discussion.cs.uiuc.edu>

When you say "design patterns", do you mean the patterns in
the book "Design Patterns" or software patterns in general?
If Matlab is not OO then the patterns in "Design Patterns"
are not likely to be of much use because they are about OO design.
But all software has patterns in it, the question is just which ones.
It would be interesting to study Matlab to discover the patterns
in it. It is not interesting to see which patterns could be
put into a system. Instead, you should think about what patterns
SHOULD be put into it, and that depends on the problems it has.
What are the problems of Matlab? What needs to be improved?
If you understand its current design and know the problems you
want to solve, then you have some chance at finding patterns
that can improve it. But since I don't know Matlab, I can't
help you there. You would be better off asking a Matlab
mailing list questions about Matlab.

-Ralph Johnson





Archive powered by MHonArc 2.6.16.

Top of Page