Click here to Skip to main content
15,888,330 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.

 
AnswerRe: Code Reuse / Project 'Completeness' Pin
obermd5-Nov-20 7:30
obermd5-Nov-20 7:30 
AnswerRe: Code Reuse / Project 'Completeness' Pin
grralph15-Nov-20 22:08
grralph15-Nov-20 22:08 
AnswerRe: Code Reuse / Project 'Completeness' Pin
Slow Eddie6-Nov-20 2:50
professionalSlow Eddie6-Nov-20 2:50 
AnswerRe: Code Reuse / Project 'Completeness' Pin
Mark Starr6-Nov-20 3:02
professionalMark Starr6-Nov-20 3:02 
AnswerRe: Code Reuse / Project 'Completeness' Pin
BernardIE53176-Nov-20 3:10
BernardIE53176-Nov-20 3:10 
AnswerRe: Code Reuse / Project 'Completeness' Pin
rjmoses6-Nov-20 3:45
professionalrjmoses6-Nov-20 3:45 
AnswerRe: Code Reuse / Project 'Completeness' Pin
Rusty Bullet6-Nov-20 4:46
Rusty Bullet6-Nov-20 4:46 
AnswerRe: Code Reuse / Project 'Completeness' Pin
Kirk 103898216-Nov-20 6:23
Kirk 103898216-Nov-20 6:23 
Actually this is a metric we use while developing a system.
When the majority of the "issues" are resolved with one line of code being changed.
[Now, do to formatting, a fix to a loop, that is logically a single change could count]...

But basically as code stabilizes, the amount of rework/adjustment to the existing code should decrease over time. Typically to end conditions, and such things. Resulting in fairly small changes.

It's the sign of a stable product, IMO. It is the goal. In fact, it is the goal to come out of Beta into production for us. When we are still rewriting blobs of logic, we are NOT there...

Now, the copying/pasting (refactoring) to leverage ideas from ONE area, to another area... Is conceptually similar. It usually arrives as people can EXPRESS themselves via the program itself. (Why can't we copy/paste from this grid to this grid? Why can't we get a preview button, or hover over this to see a preview like we can HERE and HERE?).

At that point, you are not debugging and fixing, you are actually improving the functionality in the direction the users want to go. THAT'S A GREAT THING. I've seen some of the most appreciated features show up in software this way. [I also believe it's why XP, and other Lightweight approaches can produce really good results quickly: They improve inter-team communication/understanding]

GeneralScammers Rejoice! PinPopular
W Balboos, GHB4-Nov-20 5:08
W Balboos, GHB4-Nov-20 5:08 
GeneralRe: Scammers Rejoice! Pin
Nelek4-Nov-20 5:19
protectorNelek4-Nov-20 5:19 
GeneralRe: Scammers Rejoice! Pin
OriginalGriff4-Nov-20 6:09
mveOriginalGriff4-Nov-20 6:09 
GeneralRe: Scammers Rejoice! Pin
Richard Deeming4-Nov-20 6:20
mveRichard Deeming4-Nov-20 6:20 
GeneralRe: Scammers Rejoice! Pin
milo-xml5-Nov-20 2:03
professionalmilo-xml5-Nov-20 2:03 
GeneralRe: Scammers Rejoice! Pin
W Balboos, GHB4-Nov-20 6:28
W Balboos, GHB4-Nov-20 6:28 
GeneralRe: Scammers Rejoice! Pin
OriginalGriff4-Nov-20 6:35
mveOriginalGriff4-Nov-20 6:35 
GeneralRe: Scammers Rejoice! Pin
W Balboos, GHB4-Nov-20 8:02
W Balboos, GHB4-Nov-20 8:02 
GeneralRe: Scammers Rejoice! Pin
Dan Neely5-Nov-20 2:45
Dan Neely5-Nov-20 2:45 
GeneralRe: Scammers Rejoice! Pin
W Balboos, GHB5-Nov-20 4:23
W Balboos, GHB5-Nov-20 4:23 
GeneralRe: Scammers Rejoice! Pin
dotnetnewbieUK5-Nov-20 1:46
dotnetnewbieUK5-Nov-20 1:46 
GeneralRe: Scammers Rejoice! Pin
James Lonero5-Nov-20 12:47
James Lonero5-Nov-20 12:47 
GeneralRe: Scammers Rejoice! Pin
5teveH4-Nov-20 6:11
5teveH4-Nov-20 6:11 
GeneralRe: Scammers Rejoice! Pin
W Balboos, GHB4-Nov-20 6:24
W Balboos, GHB4-Nov-20 6:24 
GeneralRe: Scammers Rejoice! Pin
Richard MacCutchan4-Nov-20 21:53
mveRichard MacCutchan4-Nov-20 21:53 
GeneralRe: Scammers Rejoice! Pin
Jon McKee4-Nov-20 10:03
professionalJon McKee4-Nov-20 10:03 
GeneralRe: Scammers Rejoice! Pin
W Balboos, GHB5-Nov-20 0:53
W Balboos, GHB5-Nov-20 0:53 

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.