Click here to Skip to main content
15,894,343 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
_Maxxx_27-Jun-14 11:25
professional_Maxxx_27-Jun-14 11:25 
GeneralRe: What are the worst programming habits? Pin
Jörgen Andersson27-Jun-14 19:39
professionalJörgen Andersson27-Jun-14 19:39 
GeneralRe: What are the worst programming habits? Pin
_Maxxx_27-Jun-14 23:57
professional_Maxxx_27-Jun-14 23:57 
GeneralRe: What are the worst programming habits? Pin
User 58385224-Jun-14 14:51
User 58385224-Jun-14 14:51 
GeneralRe: What are the worst programming habits? Pin
_Maxxx_24-Jun-14 16:03
professional_Maxxx_24-Jun-14 16:03 
GeneralRe: What are the worst programming habits? Pin
Charl24-Jun-14 20:20
Charl24-Jun-14 20:20 
GeneralRe: What are the worst programming habits? Pin
Pete O'Hanlon25-Jun-14 2:10
mvePete O'Hanlon25-Jun-14 2:10 
GeneralRe: What are the worst programming habits? Pin
Plamen Dragiyski24-Jun-14 20:28
professionalPlamen Dragiyski24-Jun-14 20:28 
Since I use javascript I'm guilty about 2), but here it is:

6) use of lambda functions inside lambda functions (even inside lambda functions).
7) inline conditions, functions and constructing objects:
JavaScript
var i, o;
for(i = 0; (function() { ... })(); ++i) {
   o = new (objlist[i])();
}

Although I never allowed 3). If a tool cannot properly autoformat my code, according to my standards, then that tool is thrown away.
GeneralRe: What are the worst programming habits? Pin
R. Erasmus24-Jun-14 21:02
R. Erasmus24-Jun-14 21:02 
GeneralRe: What are the worst programming habits? Pin
R. Erasmus24-Jun-14 21:06
R. Erasmus24-Jun-14 21:06 
GeneralRe: What are the worst programming habits? Pin
Peter Adam24-Jun-14 21:23
professionalPeter Adam24-Jun-14 21:23 
GeneralRe: What are the worst programming habits? Pin
Stefan Bogdan24-Jun-14 21:23
Stefan Bogdan24-Jun-14 21:23 
GeneralRe: What are the worst programming habits? Pin
Member 906355624-Jun-14 21:52
Member 906355624-Jun-14 21:52 
GeneralRe: What are the worst programming habits? Pin
Rosenne24-Jun-14 22:00
Rosenne24-Jun-14 22:00 
GeneralRe: What are the worst programming habits? Pin
Mel Padden24-Jun-14 22:04
Mel Padden24-Jun-14 22:04 
GeneralRe: What are the worst programming habits? Pin
Fran Porretto25-Jun-14 0:56
Fran Porretto25-Jun-14 0:56 
GeneralRe: What are the worst programming habits? Pin
Gary Wheeler25-Jun-14 2:56
Gary Wheeler25-Jun-14 2:56 
GeneralRe: What are the worst programming habits? Pin
Fran Porretto25-Jun-14 4:45
Fran Porretto25-Jun-14 4:45 
GeneralRe: What are the worst programming habits? Pin
loctrice25-Jun-14 1:09
professionalloctrice25-Jun-14 1:09 
GeneralRe: What are the worst programming habits? Pin
Andres Cassagnes25-Jun-14 2:07
Andres Cassagnes25-Jun-14 2:07 
GeneralRe: What are the worst programming habits? Pin
Tomz_KV25-Jun-14 2:47
Tomz_KV25-Jun-14 2:47 
AnswerRe: What are the worst programming habits? Pin
Jim Knopf jr.25-Jun-14 3:20
Jim Knopf jr.25-Jun-14 3:20 
GeneralRe: What are the worst programming habits? Pin
Member 1070767725-Jun-14 3:45
Member 1070767725-Jun-14 3:45 
GeneralRe: What are the worst programming habits? Pin
MarkTJohnson25-Jun-14 3:48
professionalMarkTJohnson25-Jun-14 3:48 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult25-Jun-14 6:08
mvePIEBALDconsult25-Jun-14 6:08 

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.