Click here to Skip to main content
15,916,702 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
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 
Mycroft,
That is clearly a factor in your experience. I think it explains it.
When you work with mainly competent and experience people, you don't have the same types of bugs.
Like something that synchronizes data for a group, that is NOT protected from someone synchronizing their own data while the larger process is running (causing duplicate adds, for example). Just knowing to think in those terms comes from experience. Understanding how long things WILL take in production vs. on your local machine, etc.

Or that they don't notice that if it takes 30 seconds to test one record in a process... How long will it take when the expected HUNDREDS of records hit?

An example of a one line fix was: Don't sync closed items. Massive speed up, as closed items did not really exist in the first implementation, but 2 years later, were the majority of records.

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 
GeneralRe: Thought of the Day Pin
kmoorevs1-Jun-18 6:07
kmoorevs1-Jun-18 6:07 
GeneralRe: Thought of the Day Pin
Gary Wheeler1-Jun-18 7:08
Gary Wheeler1-Jun-18 7:08 
GeneralRe: Thought of the Day Pin
kmoorevs1-Jun-18 10:07
kmoorevs1-Jun-18 10:07 
GeneralRe: Thought of the Day Pin
Gary Wheeler4-Jun-18 2:31
Gary Wheeler4-Jun-18 2:31 
GeneralRe: Thought of the Day Pin
Alan Burkhart1-Jun-18 6:07
Alan Burkhart1-Jun-18 6:07 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer1-Jun-18 6:08
professionalDaniel Pfeffer1-Jun-18 6:08 
GeneralRe: Thought of the Day Pin
OriginalGriff1-Jun-18 6:18
mveOriginalGriff1-Jun-18 6:18 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer2-Jun-18 9:59
professionalDaniel Pfeffer2-Jun-18 9:59 
GeneralRe: Thought of the Day Pin
W Balboos, GHB1-Jun-18 6:55
W Balboos, GHB1-Jun-18 6:55 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer2-Jun-18 10:01
professionalDaniel Pfeffer2-Jun-18 10:01 
GeneralRe: Thought of the Day Pin
PIEBALDconsult1-Jun-18 6:58
mvePIEBALDconsult1-Jun-18 6:58 

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.