Click here to Skip to main content
15,892,253 members

Survey Results

Are you a Code Hoarder?

Survey period: 24 Jun 2013 to 1 Jul 2013

Do you have difficulty getting rid of unused or obsolete code? (Suggested by Andreas Gieriet)

OptionVotes% 
inactive code can be useful in the future, so I comment it out instead of removing46340.51
Inactive code clutters up active code, so I remove it instead of simply commenting it out68059.49



 
GeneralRe: Relevant answers missing Pin
Chris Maunder25-Jun-13 8:12
cofounderChris Maunder25-Jun-13 8:12 
GeneralRe: Relevant answers missing Pin
Wolfgang_Baron25-Jun-13 13:31
professionalWolfgang_Baron25-Jun-13 13:31 
GeneralRe: Relevant answers missing Pin
Chris Maunder25-Jun-13 16:09
cofounderChris Maunder25-Jun-13 16:09 
GeneralRe: Relevant answers missing Pin
Andreas Gieriet27-Jun-13 9:19
professionalAndreas Gieriet27-Jun-13 9:19 
GeneralWhy to comment it? Pin
Prasad_Kulkarni24-Jun-13 3:41
Prasad_Kulkarni24-Jun-13 3:41 
GeneralMostly Toasty Pin
Nagy Vilmos24-Jun-13 2:30
professionalNagy Vilmos24-Jun-13 2:30 
GeneralRe: Mostly Toasty Pin
Espen Harlinn24-Jun-13 4:24
professionalEspen Harlinn24-Jun-13 4:24 
GeneralIn some instances Pin
S Houghtelin24-Jun-13 2:01
professionalS Houghtelin24-Jun-13 2:01 
For me, it depends on the situation, I have created utility libraries for debugging live code. And I will comment out the one or two lines of code that access the utilities. However the lines are commented as to their function and how they are used.

When we develop a new product we generally use one of a set of communication protocols but as new parameters are introduced it is useful to see how the data stream is being parsed. It can be a real time saver.

Code that serves no purpose because of code reduction or improved processes, need to go away.
It was broke, so I fixed it.

GeneralSort of the first one Pin
W Balboos, GHB24-Jun-13 1:55
W Balboos, GHB24-Jun-13 1:55 
GeneralI learned my lesson at a Large IT consultancy I worked at ... PinPopular
Keith Barrow24-Jun-13 0:13
professionalKeith Barrow24-Jun-13 0:13 
GeneralBoth ... Pin
Jonas Hammarberg23-Jun-13 23:15
professionalJonas Hammarberg23-Jun-13 23:15 
GeneralI've seen worse... Pin
AlexCode23-Jun-13 22:28
professionalAlexCode23-Jun-13 22:28 
GeneralRe: I've seen worse... Pin
Nelek23-Jun-13 23:42
protectorNelek23-Jun-13 23:42 
GeneralRe: I've seen worse... Pin
Ashley van Gerven24-Jun-13 15:34
Ashley van Gerven24-Jun-13 15:34 
GeneralRe: I've seen worse... Pin
AlexCode24-Jun-13 23:46
professionalAlexCode24-Jun-13 23:46 
GeneralRe: I've seen worse... Pin
dan!sh 24-Jun-13 23:07
professional dan!sh 24-Jun-13 23:07 
GeneralRe: I've seen worse... Pin
AlexCode25-Jun-13 0:07
professionalAlexCode25-Jun-13 0:07 
GeneralDoes it what is Source Control for... Pin
n.podbielski23-Jun-13 21:55
n.podbielski23-Jun-13 21:55 
GeneralBoth... Pin
Mehdi Gholam23-Jun-13 21:10
Mehdi Gholam23-Jun-13 21:10 
GeneralNo no no no no no no no no... Pin
Sander Rossel23-Jun-13 20:12
professionalSander Rossel23-Jun-13 20:12 
GeneralThat's what version control is for PinPopular
CDP180223-Jun-13 19:04
CDP180223-Jun-13 19:04 
GeneralRe: That's what version control is for Pin
AlexCode23-Jun-13 22:59
professionalAlexCode23-Jun-13 22:59 
GeneralRe: That's what version control is for Pin
ed welch24-Jun-13 10:12
ed welch24-Jun-13 10:12 
GeneralRe: That's what version control is for Pin
CDP180224-Jun-13 10:48
CDP180224-Jun-13 10:48 
GeneralMake a dated backup first Pin
DaveX8623-Jun-13 18:50
DaveX8623-Jun-13 18:50 

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.