Click here to Skip to main content
15,884,298 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Refactor static methods for loose coupling. Pin
Praveen Raghuvanshi8-Mar-12 8:21
professionalPraveen Raghuvanshi8-Mar-12 8:21 
GeneralRe: Refactor static methods for loose coupling. Pin
jschell9-Mar-12 6:03
jschell9-Mar-12 6:03 
QuestionCross platform team structure Pin
Richard Brett27-Feb-12 12:21
Richard Brett27-Feb-12 12:21 
AnswerRe: Cross platform team structure Pin
OChristiaanse29-Feb-12 10:17
OChristiaanse29-Feb-12 10:17 
GeneralRe: Cross platform team structure Pin
Richard Brett29-Feb-12 16:26
Richard Brett29-Feb-12 16:26 
GeneralRe: Cross platform team structure Pin
OChristiaanse29-Feb-12 19:57
OChristiaanse29-Feb-12 19:57 
AnswerRe: Cross platform team structure Pin
RobCroll29-Feb-12 13:52
RobCroll29-Feb-12 13:52 
AnswerRe: Cross platform team structure Pin
jschell1-Mar-12 8:52
jschell1-Mar-12 8:52 
Richard Brett wrote:
but how should I handle the "mainlogic" ?


1. Analyze the existing code
2. Define a limited subset of C++ that allows you implement the existing code. This involves restricting features that currently exist in C++ (such as very limited template use.)
3. If necessary re-write the logic to match the subset of 2.
4. Create translators for the other target languages. Basically cross compilers that translate from 2 to other languages.
5. Add 4 into your build process for the main logic to insure that non-supported features do not creep in.

2/4 can be complex or simple depending on what the code does and what the target languages are.
QuestionA project of compiler Pin
Dmitri Novikov27-Feb-12 11:40
Dmitri Novikov27-Feb-12 11:40 
AnswerRe: A project of compiler Pin
R. Giskard Reventlov27-Feb-12 12:29
R. Giskard Reventlov27-Feb-12 12:29 
QuestionData dictionary SQLServer versions Pin
OChristiaanse20-Feb-12 3:38
OChristiaanse20-Feb-12 3:38 
AnswerRe: Data dictionary SQLServer versions Pin
jschell20-Feb-12 10:34
jschell20-Feb-12 10:34 
GeneralRe: Data dictionary SQLServer versions Pin
OChristiaanse21-Feb-12 0:00
OChristiaanse21-Feb-12 0:00 
GeneralRe: Data dictionary SQLServer versions Pin
jschell21-Feb-12 9:31
jschell21-Feb-12 9:31 
GeneralRe: Data dictionary SQLServer versions Pin
OChristiaanse21-Feb-12 20:56
OChristiaanse21-Feb-12 20:56 
GeneralRe: Data dictionary SQLServer versions Pin
jschell22-Feb-12 11:40
jschell22-Feb-12 11:40 
GeneralRe: Data dictionary SQLServer versions Pin
OChristiaanse27-Feb-12 3:41
OChristiaanse27-Feb-12 3:41 
GeneralRe: Data dictionary SQLServer versions Pin
Pete O'Hanlon27-Feb-12 3:45
mvePete O'Hanlon27-Feb-12 3:45 
QuestionRe: Data dictionary SQLServer versions Pin
OChristiaanse27-Feb-12 10:21
OChristiaanse27-Feb-12 10:21 
AnswerRe: Data dictionary SQLServer versions Pin
Pete O'Hanlon27-Feb-12 11:29
mvePete O'Hanlon27-Feb-12 11:29 
QuestionRe: Data dictionary SQLServer versions Pin
OChristiaanse27-Feb-12 14:34
OChristiaanse27-Feb-12 14:34 
AnswerRe: Data dictionary SQLServer versions Pin
Pete O'Hanlon27-Feb-12 19:52
mvePete O'Hanlon27-Feb-12 19:52 
QuestionRe: Data dictionary SQLServer versions Pin
OChristiaanse27-Feb-12 20:18
OChristiaanse27-Feb-12 20:18 
AnswerRe: Data dictionary SQLServer versions Pin
Pete O'Hanlon27-Feb-12 20:57
mvePete O'Hanlon27-Feb-12 20:57 
GeneralRe: Data dictionary SQLServer versions Pin
OChristiaanse27-Feb-12 22:30
OChristiaanse27-Feb-12 22:30 

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.