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

 
JokeRe: What are the worst programming habits? Pin
SortaCore24-Jun-14 22:12
SortaCore24-Jun-14 22:12 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 22:32
professionalEddy Vluggen24-Jun-14 22:32 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult25-Jun-14 8:15
mvePIEBALDconsult25-Jun-14 8:15 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen25-Jun-14 8:27
professionalEddy Vluggen25-Jun-14 8:27 
GeneralRe: What are the worst programming habits? Pin
_Maxxx_24-Jun-14 15:38
professional_Maxxx_24-Jun-14 15:38 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult24-Jun-14 8:53
mvePIEBALDconsult24-Jun-14 8:53 
GeneralRe: What are the worst programming habits? Pin
pkfox24-Jun-14 19:38
professionalpkfox24-Jun-14 19:38 
GeneralRe: What are the worst programming habits? Pin
SortaCore24-Jun-14 22:15
SortaCore24-Jun-14 22:15 
C#
class uhoh
{
    bool yay;
    uhoh(bool yay)
    {
        this.yay = yay;
    }
}

... is usually the only time I want to use "this".
Unless there was another "uhoh" being involved in an uhoh function. Which is probably not good practice.
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 22:34
professionalEddy Vluggen24-Jun-14 22:34 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult25-Jun-14 5:48
mvePIEBALDconsult25-Jun-14 5:48 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen25-Jun-14 8:44
professionalEddy Vluggen25-Jun-14 8:44 
GeneralRe: What are the worst programming habits? Pin
Dan Neely25-Jun-14 2:37
Dan Neely25-Jun-14 2:37 
GeneralRe: What are the worst programming habits? Pin
Stefan_Lang24-Jun-14 22:40
Stefan_Lang24-Jun-14 22:40 
GeneralRe: What are the worst programming habits? Pin
Nicholas Marty25-Jun-14 3:46
professionalNicholas Marty25-Jun-14 3:46 
GeneralRe: What are the worst programming habits? Pin
Dave Kreskowiak24-Jun-14 8:34
mveDave Kreskowiak24-Jun-14 8:34 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 9:00
professionalEddy Vluggen24-Jun-14 9:00 
GeneralRe: What are the worst programming habits? Pin
Dave Kreskowiak24-Jun-14 14:05
mveDave Kreskowiak24-Jun-14 14:05 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 22:29
professionalEddy Vluggen24-Jun-14 22:29 
GeneralRe: What are the worst programming habits? Pin
Dave Kreskowiak25-Jun-14 2:30
mveDave Kreskowiak25-Jun-14 2:30 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult25-Jun-14 5:53
mvePIEBALDconsult25-Jun-14 5:53 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen25-Jun-14 8:52
professionalEddy Vluggen25-Jun-14 8:52 
GeneralRe: What are the worst programming habits? Pin
Stefan_Lang24-Jun-14 22:44
Stefan_Lang24-Jun-14 22:44 
GeneralRe: What are the worst programming habits? Pin
Chris Losinger24-Jun-14 9:42
professionalChris Losinger24-Jun-14 9:42 
GeneralRe: What are the worst programming habits? Pin
harold aptroot24-Jun-14 8:06
harold aptroot24-Jun-14 8:06 
GeneralRe: What are the worst programming habits? Pin
Herbie Mountjoy24-Jun-14 21:40
professionalHerbie Mountjoy24-Jun-14 21:40 

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.