Click here to Skip to main content
15,892,737 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Pattern for Shared Dropdown Tables Pin
Brady Kelly13-Jun-08 1:59
Brady Kelly13-Jun-08 1:59 
GeneralRe: Pattern for Shared Dropdown Tables Pin
led mike13-Jun-08 5:09
led mike13-Jun-08 5:09 
GeneralRe: Pattern for Shared Dropdown Tables Pin
Brady Kelly13-Jun-08 8:08
Brady Kelly13-Jun-08 8:08 
GeneralRe: Pattern for Shared Dropdown Tables Pin
Joe DiNatale12-Jun-08 6:17
Joe DiNatale12-Jun-08 6:17 
GeneralRe: Pattern for Shared Dropdown Tables Pin
led mike13-Jun-08 5:06
led mike13-Jun-08 5:06 
GeneralRe: Pattern for Shared Dropdown Tables Pin
Mark Churchill15-Jun-08 20:22
Mark Churchill15-Jun-08 20:22 
QuestionHow to design an application to handle versioning issues? Pin
nrj2311-Jun-08 23:12
nrj2311-Jun-08 23:12 
AnswerRe: How to design an application to handle versioning issues? Pin
Ashfield13-Jun-08 2:29
Ashfield13-Jun-08 2:29 
If its a proper, published interface API then future releases should be backwards compatible. There is no guarantee of course, but no respectable company would replace a function with another of the same name that did something totally different. For example, in version 1.1 fuuntion F1(int a,int b) returns a + b would never be replaced with funtion F1(int a,int b) that subtracts them, it just isn't done.

That said, it should be standard practice to regression test whenever you are considering using a new version of any software.

Hope this helps

Bob
Ashfield Consultants Ltd

QuestionDelete - Undo Pin
dabs10-Jun-08 14:43
dabs10-Jun-08 14:43 
AnswerRe: Delete - Undo Pin
led mike11-Jun-08 4:45
led mike11-Jun-08 4:45 
QuestionProtocol for communicating over socket ? Pin
Noctris10-Jun-08 12:24
Noctris10-Jun-08 12:24 
AnswerRe: Protocol for communicating over socket ? Pin
Ray Cassick10-Jun-08 13:51
Ray Cassick10-Jun-08 13:51 
QuestionRe: Protocol for communicating over socket ? Pin
Noctris10-Jun-08 23:04
Noctris10-Jun-08 23:04 
AnswerRe: Protocol for communicating over socket ? Pin
led mike11-Jun-08 4:30
led mike11-Jun-08 4:30 
QuestionCreating controls on the fly approach???? Pin
rulllesss8-Jun-08 22:27
rulllesss8-Jun-08 22:27 
AnswerRe: Creating controls on the fly approach???? Pin
led mike10-Jun-08 4:27
led mike10-Jun-08 4:27 
QuestionObject Orientated Programming - Association,Composition and Aggregation (Multiple Languages) Pin
Tom Moore7-Jun-08 11:06
Tom Moore7-Jun-08 11:06 
AnswerRe: Object Orientated Programming - Association,Composition and Aggregation (Multiple Languages) Pin
stavinski8-Jun-08 0:30
stavinski8-Jun-08 0:30 
GeneralRe: Object Orientated Programming - Association,Composition and Aggregation (Multiple Languages) Pin
Member 276708410-Jun-08 3:10
Member 276708410-Jun-08 3:10 
GeneralRe: Object Orientated Programming - Association,Composition and Aggregation (Multiple Languages) Pin
Hasan Jaffal17-Jun-08 3:42
Hasan Jaffal17-Jun-08 3:42 
GeneralUnity Pin
Brady Kelly6-Jun-08 2:20
Brady Kelly6-Jun-08 2:20 
JokeRe: Unity Pin
Pete O'Hanlon6-Jun-08 4:00
mvePete O'Hanlon6-Jun-08 4:00 
GeneralRe: Unity Pin
Luc Pattyn11-Jun-08 10:27
sitebuilderLuc Pattyn11-Jun-08 10:27 
GeneralRe: Unity Pin
Pete O'Hanlon11-Jun-08 10:52
mvePete O'Hanlon11-Jun-08 10:52 
QuestionPost-hoc unit testing, and increasing the unit test coverage rate? Pin
Philip Laureano5-Jun-08 13:51
Philip Laureano5-Jun-08 13:51 

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.