Click here to Skip to main content
15,905,323 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: What are the worst programming habits? Pin
jeron124-Jun-14 8:08
jeron124-Jun-14 8:08 
GeneralRe: What are the worst programming habits? Pin
OriginalGriff24-Jun-14 8:10
mveOriginalGriff24-Jun-14 8:10 
GeneralRe: What are the worst programming habits? Pin
_Maxxx_24-Jun-14 15:39
professional_Maxxx_24-Jun-14 15:39 
GeneralRe: What are the worst programming habits? Pin
Brisingr Aerowing24-Jun-14 18:16
professionalBrisingr Aerowing24-Jun-14 18:16 
GeneralRe: What are the worst programming habits? Pin
Peter Adam25-Jun-14 0:01
professionalPeter Adam25-Jun-14 0:01 
GeneralRe: What are the worst programming habits? Pin
Maximilien24-Jun-14 8:17
Maximilien24-Jun-14 8:17 
GeneralRe: What are the worst programming habits? Pin
dan!sh 24-Jun-14 8:21
professional dan!sh 24-Jun-14 8:21 
GeneralRe: What are the worst programming habits? Pin
JMK-NI24-Jun-14 8:22
professionalJMK-NI24-Jun-14 8:22 
Not sealing classes by default/crazy overuse of inheritance

Just because something needs something else doesn't mean it is a base class of that other thing, I think in a modern programming language you rarely actually need to use inheritance

Also, Code that does nothing, but hasn't been taken out of the project, eugh

I rarely comment my code unless I am doing something weird, I assume the next developer will be at least as smart as me, if not much much smarter (likely)

I might use o as a variable name if I'm maybe inside a for loop inside another for loop (using i for the outer one), everybody should know what for(var i = 0; i < blah; i++) means, anything more descriptive is a waste of keystrokes

Everything else I agree with
GeneralRe: What are the worst programming habits? Pin
dan!sh 24-Jun-14 8:30
professional dan!sh 24-Jun-14 8:30 
GeneralRe: What are the worst programming habits? Pin
JMK-NI24-Jun-14 8:39
professionalJMK-NI24-Jun-14 8:39 
GeneralRe: What are the worst programming habits? Pin
dan!sh 24-Jun-14 8:43
professional dan!sh 24-Jun-14 8:43 
GeneralRe: What are the worst programming habits? PinPopular
OriginalGriff24-Jun-14 8:49
mveOriginalGriff24-Jun-14 8:49 
GeneralRe: What are the worst programming habits? Pin
dan!sh 24-Jun-14 8:52
professional dan!sh 24-Jun-14 8:52 
GeneralRe: What are the worst programming habits? Pin
  Forogar  24-Jun-14 9:52
professional  Forogar  24-Jun-14 9:52 
GeneralRe: What are the worst programming habits? Pin
OriginalGriff24-Jun-14 8:47
mveOriginalGriff24-Jun-14 8:47 
GeneralRe: What are the worst programming habits? Pin
dan!sh 24-Jun-14 8:50
professional dan!sh 24-Jun-14 8:50 
GeneralRe: What are the worst programming habits? Pin
  Forogar  24-Jun-14 9:59
professional  Forogar  24-Jun-14 9:59 
GeneralRe: What are the worst programming habits? Pin
OriginalGriff24-Jun-14 10:15
mveOriginalGriff24-Jun-14 10:15 
GeneralRe: What are the worst programming habits? Pin
harold aptroot24-Jun-14 8:36
harold aptroot24-Jun-14 8:36 
GeneralRe: What are the worst programming habits? Pin
JMK-NI24-Jun-14 8:40
professionalJMK-NI24-Jun-14 8:40 
GeneralRe: What are the worst programming habits? Pin
harold aptroot24-Jun-14 8:42
harold aptroot24-Jun-14 8:42 
GeneralRe: What are the worst programming habits? Pin
_Maxxx_24-Jun-14 15:42
professional_Maxxx_24-Jun-14 15:42 
GeneralRe: What are the worst programming habits? Pin
Gary Wheeler24-Jun-14 8:28
Gary Wheeler24-Jun-14 8:28 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult24-Jun-14 8:37
mvePIEBALDconsult24-Jun-14 8:37 
GeneralRe: What are the worst programming habits? Pin
Gary Wheeler24-Jun-14 9:04
Gary Wheeler24-Jun-14 9:04 

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.