Click here to Skip to main content
16,007,687 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: how to: Pass status information through tiers? Pin
Member 247162112-Apr-08 1:00
Member 247162112-Apr-08 1:00 
AnswerRe: how to: Pass status information through tiers? Pin
stavinski12-Apr-08 11:55
stavinski12-Apr-08 11:55 
AnswerRe: how to: Pass status information through tiers? Pin
Oakman17-Apr-08 14:10
Oakman17-Apr-08 14:10 
QuestionBest Design approach - thoughts; ideas; comments Pin
JoeContreras10-Apr-08 3:16
JoeContreras10-Apr-08 3:16 
GeneralRe: Best Design approach - thoughts; ideas; comments Pin
Pete O'Hanlon10-Apr-08 3:27
mvePete O'Hanlon10-Apr-08 3:27 
GeneralRe: Best Design approach - thoughts; ideas; comments Pin
Member 9611-Apr-08 8:52
Member 9611-Apr-08 8:52 
QuestionDesign Methods ?? Pin
Julia4u9-Apr-08 11:52
Julia4u9-Apr-08 11:52 
AnswerRe: Design Methods ?? Pin
Pete O'Hanlon9-Apr-08 11:58
mvePete O'Hanlon9-Apr-08 11:58 
What you need to do is define an interface that exposes the public face of the algorithms you want to develop. Then you could create individual classes that implement the interface using something like Test Driven Development. Bringing them together is the easy part - and you may want to look at something like a Class Factory to choose the relevant implementation at run time.


Deja View - the feeling that you've seen this post before.

My blog | My articles



General[Message Deleted] Pin
Julia4u9-Apr-08 12:05
Julia4u9-Apr-08 12:05 
GeneralRe: Design Methods ?? Pin
Julia4u9-Apr-08 12:06
Julia4u9-Apr-08 12:06 
AnswerRe: Design Methods ?? Pin
Ravi Bhavnani9-Apr-08 12:03
professionalRavi Bhavnani9-Apr-08 12:03 
Answeris this forum dead? Pin
Luc Pattyn9-Apr-08 12:08
sitebuilderLuc Pattyn9-Apr-08 12:08 
AnswerRe: Design Methods ?? Pin
Julia4u9-Apr-08 16:02
Julia4u9-Apr-08 16:02 
GeneralRe: Design Methods ?? Pin
Shog99-Apr-08 16:31
sitebuilderShog99-Apr-08 16:31 
GeneralRe: Design Methods ?? Pin
Julia4u9-Apr-08 16:49
Julia4u9-Apr-08 16:49 
GeneralRe: Design Methods ?? Pin
Pete O'Hanlon9-Apr-08 21:41
mvePete O'Hanlon9-Apr-08 21:41 
GeneralRe: Design Methods ?? Pin
Leslie Sanford10-Apr-08 22:44
Leslie Sanford10-Apr-08 22:44 
AnswerRe: Design Methods ?? Pin
Pete O'Hanlon9-Apr-08 21:52
mvePete O'Hanlon9-Apr-08 21:52 
GeneralRe: Design Methods ?? Pin
Leslie Sanford10-Apr-08 22:50
Leslie Sanford10-Apr-08 22:50 
GeneralRe: Design Methods ?? Pin
Pete O'Hanlon11-Apr-08 2:50
mvePete O'Hanlon11-Apr-08 2:50 
GeneralRe: Design Methods ?? Pin
darkelv11-Apr-08 1:26
darkelv11-Apr-08 1:26 
GeneralDesign Methods ? [moved] Pin
Julia4u9-Apr-08 11:13
Julia4u9-Apr-08 11:13 
GeneralRe: Design Methods ? Pin
Pete O'Hanlon9-Apr-08 11:24
mvePete O'Hanlon9-Apr-08 11:24 
GeneralRe: Design Methods ? Pin
Julia4u9-Apr-08 11:28
Julia4u9-Apr-08 11:28 
GeneralRe: Design Methods ? Pin
Pete O'Hanlon9-Apr-08 11:36
mvePete O'Hanlon9-Apr-08 11:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.