Skip to Content.
Sympa Menu

gang-of-4-patterns - Re: [gang-of-4-patterns] some questions about design patterns:

gang-of-4-patterns AT lists.cs.illinois.edu

Subject: Design Patterns discussion

List archive

Re: [gang-of-4-patterns] some questions about design patterns:


Chronological Thread 
  • From: Mohammed Ghazi <moh_master_cs AT yahoo.com>
  • To: Neil Harrison <Neil.Harrison AT uvu.edu>, Debarshi Sanyal <debarshisanyal AT gmail.com>
  • Cc: "gang-of-4-patterns AT cs.uiuc.edu" <gang-of-4-patterns AT cs.uiuc.edu>
  • Subject: Re: [gang-of-4-patterns] some questions about design patterns:
  • Date: Mon, 12 Aug 2013 15:37:05 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=yvfA+JSINt1LHIKFu+lEPT6XuPQjmNt8jJ3/7aVbP8L06X0B2t+2hirullD9gSHDubnauT0U7YHe3vTMmcGRnfld4enPab/qvmB4/Vbg7jYM74pvFbO7vsVNzEaMf/wXIcLY6elWv9dPRxzXIUrvtAa3dyTCRkP0b6VQ8SJ5m5c=;
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/gang-of-4-patterns/>
  • List-id: Design Patterns discussion <gang-of-4-patterns.cs.uiuc.edu>

Sorry for previous mistake :  *assess how design patterns affect quality  attributes *:) happy
 
With my Best Regards
--
Mohammed Ghazi Al-Obeidallah




From: Mohammed Ghazi <moh_master_cs AT yahoo.com>
To: Neil Harrison <Neil.Harrison AT uvu.edu>; Debarshi Sanyal <debarshisanyal AT gmail.com>
Cc: "gang-of-4-patterns AT cs.uiuc.edu" <gang-of-4-patterns AT cs.uiuc.edu>
Sent: Tuesday, August 13, 2013 1:31 AM
Subject: Re: [gang-of-4-patterns] some questions about design patterns:

Yea ,, I took a look on the literature and I concluded that their is no standard model or framework to assess how quality  attributes affect design patterns ( GoF patterns). I think ,I will focus on the Detection process of design patterns. 
Waiting for more suggestions...


With my  Best Regards
--
Mohammed Ghazi Al-Obeidallah


From: Neil Harrison <Neil.Harrison AT uvu.edu>
To: Debarshi Sanyal <debarshisanyal AT gmail.com>; Mohammed Ghazi <moh_master_cs AT yahoo.com>
Cc: "gang-of-4-patterns AT cs.uiuc.edu" <gang-of-4-patterns AT cs.uiuc.edu>
Sent: Tuesday, August 13, 2013 1:11 AM
Subject: RE: [gang-of-4-patterns] some questions about design patterns:

Note that there is already quite a bit published on the interaction of patterns and quality attributes, so do a thorough literature search before selecting a research topic.
 
Neil
 
From: gang-of-4-patterns-bounces AT cs.uiuc.edu [mailto:gang-of-4-patterns-bounces AT cs.uiuc.edu] On Behalf Of Debarshi Sanyal
Sent: Wednesday, August 07, 2013 2:34 AM
To: Mohammed Ghazi
Cc: gang-of-4-patterns AT cs.uiuc.edu
Subject: Re: [gang-of-4-patterns] some questions about design patterns:
 
Hi,
Design patterns are crisply described as "recurring solutions to common problems in software design". Since a pattern captures a time tested successful solution to a problem that others have faced before, it is expected to be a good solution for the problem at hand, too. Each pattern has a name and so the various aspects of the solution are easily captured in a single name, thus helping designers use a common vocabulary.
I do not see any connection between the aspects you mentioned and design patterns per se.
Design patterns are used while designing various classes in object-oriented design. Given a requirement (for example, there should be a single instance of a class in the lifetime of the program, etc.), it is usually possible to get a design pattern that elegantly solves the problem. The overall software architecture is often a collection of design patterns and how they interact. Obviously there might be other classes that do not fit into common patterns.
Software architecture patterns in general describe the pattern for the overall software design. Design patterns work at a smaller scope.

Regards,
Debarshi
 
On 7 August 2013 05:37, Mohammed Ghazi <moh_master_cs AT yahoo.com> wrote:
 
 Hi, 
I have the following questions about design patterns:
First: Could any one describe to me how design patterns affect the software quality attributes ( availability , security ,  ,testability.....etc??? is there any relations between them? 
 
Second: Where is the exact position of design patterns in SDLC ( System Development Life Cycle)? It is appeared on the design phase ? or they appear in a high level design of a software ( software architecture)?
 
I am looking for PHD proposal in this area , any one interest to share some ideas with me?
Thanks .....
 
With my Best Regards
--
Mohammed Ghazi Al-Obeidallah
Lecturer
King Abdulaziz University- Jeddah/Saudi Arabia
Faculty of Computing and Information Technology
Mobile:   0591859675
Office:   +966 2 6400000  Ext: 67965
P.O Box   80221 Jeddah 21589

_______________________________________________
gang-of-4-patterns mailing list
gang-of-4-patterns AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/gang-of-4-patterns
 







Archive powered by MHonArc 2.6.16.

Top of Page