Click here to Skip to main content
15,890,512 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: What Questions To Ask? Pin
darkelv17-Apr-08 8:10
darkelv17-Apr-08 8:10 
AnswerRe: What Questions To Ask? Pin
led mike17-Apr-08 5:02
led mike17-Apr-08 5:02 
AnswerRe: What Questions To Ask? Pin
Member 9630-Apr-08 6:32
Member 9630-Apr-08 6:32 
GeneralYe olde "top-down" versus "bottom-up" debate Pin
PIEBALDconsult16-Apr-08 5:32
mvePIEBALDconsult16-Apr-08 5:32 
GeneralRe: Ye olde "top-down" versus "bottom-up" debate Pin
led mike16-Apr-08 6:29
led mike16-Apr-08 6:29 
GeneralRe: Ye olde "top-down" versus "bottom-up" debate Pin
PIEBALDconsult16-Apr-08 8:09
mvePIEBALDconsult16-Apr-08 8:09 
GeneralRe: Ye olde "top-down" versus "bottom-up" debate Pin
led mike16-Apr-08 9:33
led mike16-Apr-08 9:33 
GeneralRe: Ye olde "top-down" versus "bottom-up" debate Pin
Philip Laureano17-Apr-08 15:43
Philip Laureano17-Apr-08 15:43 
PIEBALDconsult wrote:
"My general rule is that design should be top-down, but implementation should be bottom-up."


I've ran into something similar in my own experience--I've come up with some pretty good solutions when the design specifications were done from the top down, and when the implementation was done from the bottom-up to meet those specifications. Generally, I don't introduce any patterns or any preconceived architecture until I can get the simplest prototype up and running (using standard structural programming techniques) and then refactor it and generalize it at various points until a design emerges.

It works for me in most cases, but the trade off in this case is that this approach assumes that you can pretty much refactor your way out of anything--and this might not be the best way to do things if you have a team that doesn't have much experience in refactoring. Without refactoring, the approach I mentioned above will quickly descend into a "Code & Fix" scenario, so overall, I would recommend it if you can guarantee that you can keep your code base relatively clean..

Do you know...LinFu?

GeneralRe: Ye olde "top-down" versus "bottom-up" debate Pin
PIEBALDconsult18-Apr-08 13:38
mvePIEBALDconsult18-Apr-08 13:38 
GeneralRe: Ye olde "top-down" versus "bottom-up" debate Pin
Philip Laureano18-Apr-08 16:43
Philip Laureano18-Apr-08 16:43 
GeneralRe: Ye olde "top-down" versus "bottom-up" debate Pin
Matthew Faithfull17-Apr-08 22:29
Matthew Faithfull17-Apr-08 22:29 
GeneralRe: Ye olde "top-down" versus "bottom-up" debate Pin
PIEBALDconsult18-Apr-08 13:35
mvePIEBALDconsult18-Apr-08 13:35 
GeneralRe: Ye olde "top-down" versus "bottom-up" debate Pin
Member 9630-Apr-08 7:00
Member 9630-Apr-08 7:00 
GeneralRe: Ye olde "top-down" versus "bottom-up" debate Pin
Megidolaon11-Jun-08 4:19
Megidolaon11-Jun-08 4:19 
QuestionLooking for architectures that avoid GPL contamination Pin
Fred Garvin15-Apr-08 17:18
Fred Garvin15-Apr-08 17:18 
GeneralRe: Looking for architectures that avoid GPL contamination Pin
Roger Alsing16-Apr-08 22:17
Roger Alsing16-Apr-08 22:17 
GeneralRe: Looking for architectures that avoid GPL contamination Pin
Pete O'Hanlon17-Apr-08 2:26
mvePete O'Hanlon17-Apr-08 2:26 
GeneralRe: Looking for architectures that avoid GPL contamination Pin
Moak21-Apr-08 16:30
Moak21-Apr-08 16:30 
GeneralRe: Looking for architectures that avoid GPL contamination Pin
Mark Churchill1-May-08 17:25
Mark Churchill1-May-08 17:25 
GeneralPattern for handling an ADO.net transaction Pin
PIEBALDconsult14-Apr-08 9:58
mvePIEBALDconsult14-Apr-08 9:58 
GeneralRe: Pattern for handling an ADO.net transaction Pin
Pete O'Hanlon14-Apr-08 10:50
mvePete O'Hanlon14-Apr-08 10:50 
GeneralRe: Pattern for handling an ADO.net transaction Pin
PIEBALDconsult14-Apr-08 17:06
mvePIEBALDconsult14-Apr-08 17:06 
GeneralSkipjack and RC5 Pin
Cryptogrpahy11-Apr-08 20:25
Cryptogrpahy11-Apr-08 20:25 
GeneralRe: Skipjack and RC5 Pin
supercat927-May-08 15:45
supercat927-May-08 15:45 
GeneralHey! There's a design and architecture message board... Pin
Member 9611-Apr-08 8:31
Member 9611-Apr-08 8:31 

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.