Click here to Skip to main content
15,913,159 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: Coding - so what's a crime and whats a misdemeanor? Pin
Slacker00729-Oct-15 5:16
professionalSlacker00729-Oct-15 5:16 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
PIEBALDconsult31-Oct-15 7:51
mvePIEBALDconsult31-Oct-15 7:51 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
harold aptroot29-Oct-15 3:57
harold aptroot29-Oct-15 3:57 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
ZurdoDev29-Oct-15 4:22
professionalZurdoDev29-Oct-15 4:22 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
Duncan Edwards Jones29-Oct-15 4:36
professionalDuncan Edwards Jones29-Oct-15 4:36 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
ZurdoDev29-Oct-15 4:37
professionalZurdoDev29-Oct-15 4:37 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
Duncan Edwards Jones29-Oct-15 4:40
professionalDuncan Edwards Jones29-Oct-15 4:40 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? PinPopular
Matt.L29-Oct-15 4:41
Matt.L29-Oct-15 4:41 
Any code that has implemented some sort of source control shouldn't have any commented code.

If your customer wanted to go back to previous functionality, you should review the source code history to retrieve it from there, it should even be wrapped up in a single check-in with all the dependencies that the functionality relies on.

You can comment code during development to test other avenues, in fact, I think can use whatever coding practice you like while developing Shucks | :-\ but it shouldn't get committed into the code base.

Sorry if this comes across a bit sour, but I'm working at a place that used to use commented code as source control... They have source control now, but they haven't grasped the concept very well and the code is littered with obsolete, misleading and blatantly wrong comments WTF | :WTF: Mad | :mad:

So... crime.
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
OriginalGriff29-Oct-15 5:23
mveOriginalGriff29-Oct-15 5:23 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
Chris Losinger29-Oct-15 7:09
professionalChris Losinger29-Oct-15 7:09 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
Kevin McFarlane29-Oct-15 7:52
Kevin McFarlane29-Oct-15 7:52 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
ZurdoDev29-Oct-15 8:19
professionalZurdoDev29-Oct-15 8:19 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
Kevin McFarlane29-Oct-15 8:25
Kevin McFarlane29-Oct-15 8:25 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
ZurdoDev29-Oct-15 8:28
professionalZurdoDev29-Oct-15 8:28 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
Kevin McFarlane29-Oct-15 8:41
Kevin McFarlane29-Oct-15 8:41 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
PIEBALDconsult31-Oct-15 7:52
mvePIEBALDconsult31-Oct-15 7:52 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
Slacker00729-Oct-15 5:18
professionalSlacker00729-Oct-15 5:18 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
John Torjo30-Oct-15 0:34
professionalJohn Torjo30-Oct-15 0:34 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
Robert g Blair1-Nov-15 17:18
Robert g Blair1-Nov-15 17:18 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
PompeyThree29-Oct-15 4:06
PompeyThree29-Oct-15 4:06 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
OriginalGriff29-Oct-15 5:24
mveOriginalGriff29-Oct-15 5:24 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
Simon_Whale29-Oct-15 4:06
Simon_Whale29-Oct-15 4:06 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
Dar Brett1-Nov-15 3:46
Dar Brett1-Nov-15 3:46 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
Rob Philpott29-Oct-15 4:06
Rob Philpott29-Oct-15 4:06 
GeneralRe: Coding - so what's a crime and whats a misdemeanor? Pin
PJ Arends29-Oct-15 8:14
professionalPJ Arends29-Oct-15 8:14 

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.