Which pattern to use
From: al (allin_at_168.net)
Date: 12/21/03
- Next message: Isaac Gouy: "Re: Test Driven Development Sample"
- Previous message: Val: "Re: The Sort Excercise"
- Next in thread: Phlip: "Re: Which pattern to use"
- Reply: Phlip: "Re: Which pattern to use"
- Reply: Ron Jeffries: "Re: Which pattern to use"
- Reply: Graham Perkins: "Re: Which pattern to use"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 21 Dec 2003 07:23:54 GMT
In the following two situations, I'd like to hear your advices about which
patterns to use.
1. Two third-party libraries, which have very similar functionality, and two
corresponding wrapper classes created for both of them. One or the other
will be used in final executable building.
2. Three types of devices and all for collecting data. One or two functions
of them could be the same, for example, processing_data(). Thus, three
classes could be needed for each device(at least). One or two more
different types of devices could be added or to replace "old" ones.
Thank you very much!
- Next message: Isaac Gouy: "Re: Test Driven Development Sample"
- Previous message: Val: "Re: The Sort Excercise"
- Next in thread: Phlip: "Re: Which pattern to use"
- Reply: Phlip: "Re: Which pattern to use"
- Reply: Ron Jeffries: "Re: Which pattern to use"
- Reply: Graham Perkins: "Re: Which pattern to use"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|