Click here to Skip to main content
15,913,487 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: XP vs Incremenatal development. Pin
El Corazon17-Apr-08 18:35
El Corazon17-Apr-08 18:35 
GeneralRe: XP vs Incremenatal development. Pin
Paul Conrad18-Apr-08 3:09
professionalPaul Conrad18-Apr-08 3:09 
GeneralRe: XP vs Incremenatal development. Pin
Oakman17-Apr-08 13:54
Oakman17-Apr-08 13:54 
GeneralRe: XP vs Incremenatal development. Pin
Pete O'Hanlon18-Apr-08 4:35
mvePete O'Hanlon18-Apr-08 4:35 
GeneralRe: XP vs Incremenatal development. Pin
led mike18-Apr-08 4:46
led mike18-Apr-08 4:46 
GeneralRe: XP vs Incremenatal development. Pin
Pete O'Hanlon18-Apr-08 4:51
mvePete O'Hanlon18-Apr-08 4:51 
GeneralRe: XP vs Incremenatal development. Pin
led mike18-Apr-08 5:49
led mike18-Apr-08 5:49 
GeneralRe: XP vs Incremenatal development. Pin
Pete O'Hanlon18-Apr-08 8:43
mvePete O'Hanlon18-Apr-08 8:43 
QuestionWhat Questions To Ask? Pin
Wauna16-Apr-08 9:14
Wauna16-Apr-08 9:14 
GeneralRe: What Questions To Ask? Pin
Pete O'Hanlon17-Apr-08 2:24
mvePete O'Hanlon17-Apr-08 2:24 
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 

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.