Click here to Skip to main content
15,887,344 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: utility for showing file and directory differences (compatiable with Win 11) Pin
RickZeeland11-Apr-22 20:57
mveRickZeeland11-Apr-22 20:57 
GeneralRe: utility for showing file and directory differences (compatiable with Win 11) Pin
Slacker00712-Apr-22 0:51
professionalSlacker00712-Apr-22 0:51 
GeneralRe: utility for showing file and directory differences (compatiable with Win 11) Pin
den2k8812-Apr-22 1:52
professionalden2k8812-Apr-22 1:52 
GeneralRe: utility for showing file and directory differences (compatiable with Win 11) Pin
jmaida13-Apr-22 12:23
jmaida13-Apr-22 12:23 
GeneralRe: utility for showing file and directory differences (compatiable with Win 11) Pin
BernardIE531712-Apr-22 18:57
BernardIE531712-Apr-22 18:57 
GeneralRe: utility for showing file and directory differences (compatiable with Win 11) Pin
den2k8812-Apr-22 20:46
professionalden2k8812-Apr-22 20:46 
GeneralRe: utility for showing file and directory differences (compatiable with Win 11) Pin
BernardIE531712-Apr-22 21:08
BernardIE531712-Apr-22 21:08 
GeneralRe: utility for showing file and directory differences (compatiable with Win 11) Pin
den2k8812-Apr-22 22:09
professionalden2k8812-Apr-22 22:09 
Not only different programmers at the same time (which will happen, especially for core files that offer shared functionalities) but in many situations.

1) Different variants for different customers (or platforms). This is standard operations on embedded devices because every OEM has different requirements in term of input data, diagnostic data, safety behavior... it's also common on multiplatform softwares for the various tweaks necessary to make it work.

What happens in this case is that you will have an evolving software base with new cross-platform or cross-customer functionalities and periodically you'd have to merge the current custom versions in the main development branch.

2) Stability lines. You deploy version 1 then start working on version 2. Customer with version 1 finds a bug, you branch from 1 and fix it for v 1.01. Now you have version 2 with the bug and version 1.01 with the fix so you'd want to port the bugfix from v 1.01 to v2. The contrary may happen: you find an unwanted behavior while working on version 2 and need or want to update the version 1 for the customers that are using it.

3) Different features developed at the same time / different approaches tested simultaneously. Say you need to filter an output, you create three branches with three different filtering approaches (e.g. moving average, moving median, straight average), build and test them and then merge the chosen approach in the main branch.

Once you get the hang of it using branches to organize work becomes second nature.
GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

GeneralRe: utility for showing file and directory differences (compatiable with Win 11) Pin
BernardIE531712-Apr-22 22:50
BernardIE531712-Apr-22 22:50 
GeneralRe: utility for showing file and directory differences (compatiable with Win 11) Pin
jmaida13-Apr-22 12:19
jmaida13-Apr-22 12:19 
GeneralWordle Hurdle Pin
Vivi Chellappa11-Apr-22 12:37
professionalVivi Chellappa11-Apr-22 12:37 
GeneralRe: Wordle Hurdle Pin
Luc Pattyn11-Apr-22 12:53
sitebuilderLuc Pattyn11-Apr-22 12:53 
GeneralRe: Wordle Hurdle Pin
ChandraRam11-Apr-22 13:23
ChandraRam11-Apr-22 13:23 
GeneralRe: Wordle Hurdle Pin
Peter_in_278011-Apr-22 14:07
professionalPeter_in_278011-Apr-22 14:07 
GeneralRe: Wordle Hurdle Pin
Amarnath S11-Apr-22 14:39
professionalAmarnath S11-Apr-22 14:39 
GeneralRe: Wordle Hurdle Pin
OriginalGriff11-Apr-22 19:50
mveOriginalGriff11-Apr-22 19:50 
GeneralRe: Wordle Hurdle Pin
5teveH11-Apr-22 20:33
5teveH11-Apr-22 20:33 
GeneralRe: Wordle Hurdle Pin
Sander Rossel11-Apr-22 20:53
professionalSander Rossel11-Apr-22 20:53 
GeneralRe: Wordle Hurdle Pin
dan!sh 11-Apr-22 21:32
professional dan!sh 11-Apr-22 21:32 
GeneralRe: Wordle Hurdle Pin
den2k8811-Apr-22 22:08
professionalden2k8811-Apr-22 22:08 
GeneralRe: Wordle Hurdle Pin
0x01AA12-Apr-22 3:47
mve0x01AA12-Apr-22 3:47 
GeneralDeploy to Windows Store: Just lots of guessing Pin
raddevus11-Apr-22 9:23
mvaraddevus11-Apr-22 9:23 
GeneralRe: Deploy to Windows Store: Just lots of guessing Pin
Rick York11-Apr-22 14:01
mveRick York11-Apr-22 14:01 
GeneralRe: Deploy to Windows Store: Just lots of guessing Pin
Peter_in_278011-Apr-22 14:08
professionalPeter_in_278011-Apr-22 14:08 
GeneralRe: Deploy to Windows Store: Just lots of guessing Pin
raddevus11-Apr-22 17:18
mvaraddevus11-Apr-22 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.