Click here to Skip to main content
15,916,463 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: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
dandy721-Jun-18 5:42
dandy721-Jun-18 5:42 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Kirk 103898211-Jun-18 16:37
Kirk 103898211-Jun-18 16:37 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
dandy722-Jun-18 4:01
dandy722-Jun-18 4:01 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
GuyThiebaut1-Jun-18 5:54
professionalGuyThiebaut1-Jun-18 5:54 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Kirk 103898211-Jun-18 16:33
Kirk 103898211-Jun-18 16:33 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
GuyThiebaut1-Jun-18 18:39
professionalGuyThiebaut1-Jun-18 18:39 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Jörgen Andersson1-Jun-18 5:56
professionalJörgen Andersson1-Jun-18 5:56 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Kirk 103898211-Jun-18 16:41
Kirk 103898211-Jun-18 16:41 
Exactly what my experience has been.

There are systems/programs that you pickup and say Ughhh...
And there are times when a wholesale rewrite might be in order.

we all remember that OLD example:
If X = 1 then Counter001 = Counter001 + Data;
...
If X = 103 then Counter103 = Counter103 + Data;

And you are ask to add another counter... For the love of all that is good, PLEASE consider refactoring with an array.

And this is the EXCEPTION that proves the rule. The simplest change was fine at first. But at some point, the code was NOT designed properly originally, and requires some surgery.

This tends to happen with Poorly written code, or a very immature product. It certainly should not be happening just before a code freeze and going live, or immediately after going live.

GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
patbob1-Jun-18 6:16
patbob1-Jun-18 6:16 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Kirk 103898211-Jun-18 16:44
Kirk 103898211-Jun-18 16:44 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
patbob4-Jun-18 5:45
patbob4-Jun-18 5:45 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Marc Clifton1-Jun-18 7:51
mvaMarc Clifton1-Jun-18 7:51 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Kirk 103898211-Jun-18 16:47
Kirk 103898211-Jun-18 16:47 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
kmoorevs1-Jun-18 9:59
kmoorevs1-Jun-18 9:59 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Kirk 103898211-Jun-18 16:52
Kirk 103898211-Jun-18 16:52 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Mycroft Holmes1-Jun-18 13:23
professionalMycroft Holmes1-Jun-18 13:23 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Kirk 103898211-Jun-18 16:55
Kirk 103898211-Jun-18 16:55 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Mycroft Holmes2-Jun-18 5:25
professionalMycroft Holmes2-Jun-18 5:25 
GeneralRe: Do any of you Track completion by the number of lines of code requiring changes in fixes? Pin
Kirk 103898212-Jun-18 5:51
Kirk 103898212-Jun-18 5:51 
GeneralThought of the Day Pin
OriginalGriff1-Jun-18 4:57
mveOriginalGriff1-Jun-18 4:57 
GeneralRe: Thought of the Day Pin
W Balboos, GHB1-Jun-18 5:02
W Balboos, GHB1-Jun-18 5:02 
GeneralRe: Thought of the Day Pin
Sander Rossel1-Jun-18 5:19
professionalSander Rossel1-Jun-18 5:19 
GeneralRe: Thought of the Day Pin
MacSpudster1-Jun-18 5:29
professionalMacSpudster1-Jun-18 5:29 
GeneralRe: Thought of the Day Pin
Alan Burkhart1-Jun-18 6:02
Alan Burkhart1-Jun-18 6:02 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer1-Jun-18 6:03
professionalDaniel Pfeffer1-Jun-18 6:03 

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.