Click here to Skip to main content
15,913,941 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: WTFOTD Pin
Mycroft Holmes11-Dec-13 19:14
professionalMycroft Holmes11-Dec-13 19:14 
GeneralRe: WTFOTD Pin
CDP180211-Dec-13 19:33
CDP180211-Dec-13 19:33 
GeneralRe: WTFOTD Pin
GuyThiebaut11-Dec-13 20:28
professionalGuyThiebaut11-Dec-13 20:28 
GeneralRe: WTFOTD Pin
Jörgen Andersson11-Dec-13 20:41
professionalJörgen Andersson11-Dec-13 20:41 
GeneralRe: WTFOTD Pin
_Maxxx_11-Dec-13 23:20
professional_Maxxx_11-Dec-13 23:20 
GeneralRe: WTFOTD Pin
Jörgen Andersson11-Dec-13 23:34
professionalJörgen Andersson11-Dec-13 23:34 
GeneralRe: WTFOTD Pin
DJ van Wyk11-Dec-13 19:11
professionalDJ van Wyk11-Dec-13 19:11 
GeneralRe: WTFOTD Pin
Sander Rossel11-Dec-13 21:03
professionalSander Rossel11-Dec-13 21:03 
That's actually what I tell a coworker.
Comments need to clarify, not clutter.
Now I rarely see useful comments.
Stuff like:

// Assign the variable.
int i = 1;

Really? If that's the kind of comments you are going to write then don't write them at all!

And copy/pasting is the root of all programming evil.
You may only copy/paste code if you know what that particular piece of code does.
Unfortunately I've seen code copy/pasted by people who didn't know what they were copy/pasting.
Errors were the result and of course the original copy/paster had no idea why or how he did it...

You may argue I am not against copy/pasting, but I am for understanding your own code.
Unfortunately those two are often mutually exclusive in my experience Sigh | :sigh:
It's an OO world.
C#
public class Sander : Lazy<Person>{
    public void DoWork(){ throw new NotImplementedException(); }
}

GeneralRe: WTFOTD Pin
BobJanova11-Dec-13 22:37
BobJanova11-Dec-13 22:37 
GeneralRe: WTFOTD Pin
Brady Kelly12-Dec-13 0:01
Brady Kelly12-Dec-13 0:01 
GeneralRe: WTFOTD Pin
_Maxxx_12-Dec-13 0:03
professional_Maxxx_12-Dec-13 0:03 
GeneralRe: WTFOTD Pin
Gary Wheeler12-Dec-13 0:24
Gary Wheeler12-Dec-13 0:24 
GeneralRe: WTFOTD Pin
_Maxxx_12-Dec-13 0:29
professional_Maxxx_12-Dec-13 0:29 
GeneralRe: WTFOTD Pin
Gary Wheeler12-Dec-13 0:34
Gary Wheeler12-Dec-13 0:34 
GeneralRe: WTFOTD Pin
_Maxxx_12-Dec-13 0:36
professional_Maxxx_12-Dec-13 0:36 
GeneralRe: WTFOTD Pin
Gary Wheeler12-Dec-13 0:42
Gary Wheeler12-Dec-13 0:42 
GeneralRe: WTFOTD Pin
Mike Hankey12-Dec-13 3:13
mveMike Hankey12-Dec-13 3:13 
GeneralRe: WTFOTD Pin
Ravi Bhavnani12-Dec-13 5:19
professionalRavi Bhavnani12-Dec-13 5:19 
GeneralEarly snow this year... Pin
Kornfeld Eliyahu Peter11-Dec-13 17:11
professionalKornfeld Eliyahu Peter11-Dec-13 17:11 
GeneralRe: Early snow this year... Pin
Mike Hankey11-Dec-13 17:29
mveMike Hankey11-Dec-13 17:29 
GeneralRe: Early snow this year... Pin
DaveAuld11-Dec-13 19:42
professionalDaveAuld11-Dec-13 19:42 
GeneralRe: Early snow this year... Pin
Jörgen Andersson11-Dec-13 19:47
professionalJörgen Andersson11-Dec-13 19:47 
GeneralRe: Early snow this year... Pin
Mark_Wallace11-Dec-13 20:17
Mark_Wallace11-Dec-13 20:17 
GeneralRe: Early snow this year... Pin
Kornfeld Eliyahu Peter11-Dec-13 20:16
professionalKornfeld Eliyahu Peter11-Dec-13 20:16 
GeneralRe: Early snow this year... Pin
DaveAuld11-Dec-13 20:54
professionalDaveAuld11-Dec-13 20:54 

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.