Click here to Skip to main content
15,882,017 members
Home / Discussions / Application Lifecycle
   

Application Lifecycle

 
GeneralRe: Multi Developers Working On The Same Project Pin
Beginner Luck30-Aug-16 22:03
professionalBeginner Luck30-Aug-16 22:03 
AnswerRe: Multi Developers Working On The Same Project Pin
jschell26-Feb-15 10:14
jschell26-Feb-15 10:14 
GeneralRe: Multi Developers Working On The Same Project Pin
eddy_fj26-Feb-15 11:36
eddy_fj26-Feb-15 11:36 
GeneralRe: Multi Developers Working On The Same Project Pin
eddy_fj26-Feb-15 11:36
eddy_fj26-Feb-15 11:36 
GeneralRe: Multi Developers Working On The Same Project Pin
jschell27-Feb-15 10:32
jschell27-Feb-15 10:32 
AnswerRe: Multi Developers Working On The Same Project Pin
Dadecki5-May-15 22:34
Dadecki5-May-15 22:34 
AnswerRe: Multi Developers Working On The Same Project Pin
Rahul VB18-May-15 0:38
professionalRahul VB18-May-15 0:38 
QuestionTransition to automatically generated documentation (Doxygen) Pin
kvaka24-Nov-14 0:19
kvaka24-Nov-14 0:19 
AnswerRe: Transition to automatically generated documentation (Doxygen) Pin
Nitzan Levi22-Aug-15 10:30
Nitzan Levi22-Aug-15 10:30 
QuestionContinuous Integration servers Pin
Dominic Burford20-Nov-14 3:24
professionalDominic Burford20-Nov-14 3:24 
AnswerRe: Continuous Integration servers Pin
Bernhard Hiller24-Nov-14 5:05
Bernhard Hiller24-Nov-14 5:05 
GeneralRe: Continuous Integration servers Pin
Dominic Burford24-Nov-14 21:06
professionalDominic Burford24-Nov-14 21:06 
GeneralRe: Continuous Integration servers Pin
ajay.bhosle121-Feb-15 13:48
ajay.bhosle121-Feb-15 13:48 
GeneralRe: Continuous Integration servers Pin
Dominic Burford22-Feb-15 21:32
professionalDominic Burford22-Feb-15 21:32 
GeneralRe: Continuous Integration servers Pin
ajay.bhosle121-Feb-15 13:52
ajay.bhosle121-Feb-15 13:52 
GeneralRe: Continuous Integration servers Pin
jschell23-Feb-15 10:25
jschell23-Feb-15 10:25 
AnswerRe: TFS PBI Query with Tasks assigned to you Pin
AjayBhosle21-Feb-15 14:21
professionalAjayBhosle21-Feb-15 14:21 
QuestionHello! I need some help from agile developers with completing my degree research survey, any help would be really really appreciated! Pin
Member 1076759412-Jul-14 21:53
Member 1076759412-Jul-14 21:53 
AnswerRe: Hello! I need some help from agile developers with completing my degree research survey, any help would be really really appreciated! Pin
ZurdoDev17-Sep-14 7:35
professionalZurdoDev17-Sep-14 7:35 
QuestionShared/Common code and Source Control Pin
cjb1109-Jun-14 21:39
cjb1109-Jun-14 21:39 
AnswerRe: Shared/Common code and Source Control Pin
Kornfeld Eliyahu Peter9-Jun-14 22:21
professionalKornfeld Eliyahu Peter9-Jun-14 22:21 
GeneralRe: Shared/Common code and Source Control Pin
cjb11011-Jun-14 0:55
cjb11011-Jun-14 0:55 
AnswerRe: Shared/Common code and Source Control Pin
Kornfeld Eliyahu Peter11-Jun-14 1:08
professionalKornfeld Eliyahu Peter11-Jun-14 1:08 
AnswerRe: Shared/Common code and Source Control Pin
Bernhard Hiller10-Jun-14 20:51
Bernhard Hiller10-Jun-14 20:51 
AnswerRe: Shared/Common code and Source Control Pin
jschell7-Jul-14 10:17
jschell7-Jul-14 10:17 
Depends.

First, one be sure that the shared code really should be shared. The fact that it seems like it is common functionality doesn't necessarily mean that it will remain that way. (Really a bad idea to start adding conditional logic to control different logic flows due to different applications.)

Second, how is the rest of the business applications structured. Primary if you have two applications X and Y that you want to use your common code M, do X and Y have their own delivery schedules or are they always delivered together. If they have their own deliver schedules then a common library MUST have its own delivery schedule as well. That is the only way to insure that X is using the version of M that it was developed with and Y is doing the same.

Third if different deliver schedules are needed then one must deal with different versioned apps, and if one must deal with git as the source control system then one has a problem since git only deals with that via different repositories.

There are additional issues depending on what language is being used and how applications are delivered.

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.