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

Design and Architecture

 
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 
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 
Yes, I've come to the same conclusion over the years. In fact I've come to believe in a form a form of 'undirected' development sometimes known as z-programming. The concept is that you keep a proportion of your team busy all the time coding from the bottom up without any particular spec or goal, simply taking the existing set of low level facilities, be that APIs or COM objects or graphics primitives and combining in ways that seem like they might be useful, creating data structures and containers and algorithms that conform to best practices but don't have any particular application in mind. You do your design from the top down and create at least one empty shell style prototype which consists mostly of the UI of the product and any product specific novelties. Application development then becomes a process of filling in the functionality using the generic tools you've developed. One of the key things being no-one is allowed to reinvent for a specific app anything that's already available in the codebase for generic usage. You soon find if there's an area your z-programmers have been ignoring and they can be directed to concentrate on it. This does a number of things, it keeps programmer busy, it makes them write truly generic code, it allows them to concentrate on what they're good at and to be creative, it ensures that re-use ( a goal but seldom a reality ) actually happens.
This is all great for desktop application but if and how it might be applied to web based applications is still amystery to me Smile | :)

"The secret of happiness is freedom, and the secret of freedom, courage."
Thucydides (B.C. 460-400)

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 
GeneralRe: Hey! There's a design and architecture message board... Pin
Pete O'Hanlon11-Apr-08 10:31
mvePete O'Hanlon11-Apr-08 10:31 
GeneralRe: Hey! There's a design and architecture message board... Pin
Member 9611-Apr-08 11:31
Member 9611-Apr-08 11:31 
QuestionDesign Coaching Needed - I'm in over my head Pin
Wauna11-Apr-08 6:32
Wauna11-Apr-08 6:32 

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.