What pattern to apply?
From: alex (alex_at_xxx.net)
Date: 02/28/04
- Next message: Keith Ray: "Re: TDD: Test-Driven Design or Test-Driven Development?"
- Previous message: Daniel T.: "Re: Postcondtions and return values"
- Next in thread: Robert C. Martin: "Re: What pattern to apply?"
- Reply: Robert C. Martin: "Re: What pattern to apply?"
- Reply: Dirk Raffel: "Re: What pattern to apply?"
- Reply: H. S. Lahman: "Re: What pattern to apply?"
- Reply: Daniel T.: "Re: What pattern to apply?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 28 Feb 2004 19:07:53 GMT
A data handling unit interacts with a device driver supporting a piece of
hardware. The hardware could be replaced in the future with another
hardware. What pattern should bed applied better in such situation? Is
Strategy a good choice?
I read somewhere that Facade-like wrapper could be better candidate for the
problem, but don't understand how it could be. If this is true, could
someone elaborate on this please(some code will be great help)?
Thanks for your comments!
- Next message: Keith Ray: "Re: TDD: Test-Driven Design or Test-Driven Development?"
- Previous message: Daniel T.: "Re: Postcondtions and return values"
- Next in thread: Robert C. Martin: "Re: What pattern to apply?"
- Reply: Robert C. Martin: "Re: What pattern to apply?"
- Reply: Dirk Raffel: "Re: What pattern to apply?"
- Reply: H. S. Lahman: "Re: What pattern to apply?"
- Reply: Daniel T.: "Re: What pattern to apply?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|