The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Template methods, without generics

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Udi Dahan

Posts: 882
Nickname: udidahan
Registered: Nov, 2003

Udi Dahan is The Software Simplist
Template methods, without generics Posted: Aug 11, 2005 3:15 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Udi Dahan.
Original Post: Template methods, without generics
Feed Title: Udi Dahan - The Software Simplist
Feed URL: http://feeds.feedburner.com/UdiDahan-TheSoftwareSimplist
Feed Description: I am a software simplist. I make this beast of architecting, analysing, designing, developing, testing, managing, deploying software systems simple. This blog is about how I do it.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Udi Dahan
Latest Posts From Udi Dahan - The Software Simplist

Advertisement
Martin Fowler recently brought up a code smell (or maybe it's a whiff) he named "Call Super". It rang particularly true for me this time (some of his posts take a while to sink in) for the project I'm currently working on.

I'd say that most of the thought I put into a given architecture is identifying the places where a programmer MUST remember to do something, minimizing the number of places it occurs, and maximizing the abilitiy to find out if/when it happens. The use of the Template Method pattern is commonplace, but its not always trivial to find out where you need it. From my experience, nothing beats a couple sequence digrams showing what can be run in base classes, and how their subclasses will need to fit in.

There is another field which I give special attention to, and that's...

Read: Template methods, without generics

Topic: UML 2 = Visual Shock? Previous Topic   Next Topic Topic: Design Patterns links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use