Click here to Skip to main content
15,910,123 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
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 
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 
Eddy Vluggen wrote:
Should I prefix each class with a complete namespace

Maybe not each, but I've found that some namespaces use way too simple names to be safe to use without! E. g. in C++ I never use using namespace std, since it clutters the global namespace with many symbols that are common enough that they may clash with just about every nontrivial application code.
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

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 
GeneralRe: What are the worst programming habits? Pin
Stefan_Lang24-Jun-14 22:49
Stefan_Lang24-Jun-14 22:49 
GeneralRe: What are the worst programming habits? Pin
harold aptroot24-Jun-14 23:11
harold aptroot24-Jun-14 23:11 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult25-Jun-14 8:14
mvePIEBALDconsult25-Jun-14 8:14 
GeneralRe: What are the worst programming habits? Pin
Dan Neely25-Jun-14 2:39
Dan Neely25-Jun-14 2:39 
GeneralRe: What are the worst programming habits? Pin
jeron124-Jun-14 8:08
jeron124-Jun-14 8: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.