Skip to Content.
Sympa Menu

patterns-discussion - Re: [patterns-discussion] Relationship between pattern types and software evolution

patterns-discussion AT lists.cs.illinois.edu

Subject: General talk about software patterns

List archive

Re: [patterns-discussion] Relationship between pattern types and software evolution


Chronological Thread 
  • From: Peter Sommerlad <psommerlad AT hispeed.ch>
  • To: Dragos Manolescu <dmanoles AT gmail.com>
  • Cc: patterns-discussion AT cs.uiuc.edu
  • Subject: Re: [patterns-discussion] Relationship between pattern types and software evolution
  • Date: Mon, 26 Mar 2007 09:15:30 +0200
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/patterns-discussion>
  • List-id: General talk about software patterns <patterns-discussion.cs.uiuc.edu>

Dragos,

from my experience as a reviewer for code and architecture, I can tell you, that I often come to see systems over-using Singleton (several hundreds are not uncommon) and having very ugly entangled code. I urge my clients to refactor away from Singleton.

But I do not have any non-anecdotal evidence.

Peter.

Dragos Manolescu wrote:
Are there any studies that focus on how do the types of patterns used in software systems change as these systems mature? My intuition tells me that in general (i.e., regrdless of problem domain and/or programming language) new, immature systems tend to employ more creational patterns than behavioral patterns. However as the abstractions crystallize the number of behavioral patterns should increase. I could be wrong so that's why I'm asking whether anybody performed this type of analysis.
Thanks,
-Dragos


------------------------------------------------------------------------

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

--
Peter Sommerlad

Erlenstrasse 79
CH-8832 Wollerau
tel +41 44 687 44 74
fax +41 79 432 23 32
mobile +41 79 432 23 32
mailto:peter.sommerlad AT hispeed.ch




Archive powered by MHonArc 2.6.16.

Top of Page