Click here to Skip to main content
15,915,328 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
Peter Adam24-Jun-14 23:20
professionalPeter Adam24-Jun-14 23:20 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult25-Jun-14 7:50
mvePIEBALDconsult25-Jun-14 7:50 
GeneralRe: What are the worst programming habits? Pin
Jacquers24-Jun-14 8:20
Jacquers24-Jun-14 8:20 
GeneralRe: What are the worst programming habits? Pin
Stefan_Lang24-Jun-14 20:55
Stefan_Lang24-Jun-14 20:55 
GeneralRe: What are the worst programming habits? Pin
Martin Hart Turner24-Jun-14 21:11
Martin Hart Turner24-Jun-14 21:11 
GeneralRe: What are the worst programming habits? Pin
richard_k25-Jun-14 8:31
richard_k25-Jun-14 8:31 
GeneralRe: What are the worst programming habits? Pin
CHill6026-Jun-14 6:15
mveCHill6026-Jun-14 6:15 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 8:04
professionalEddy Vluggen24-Jun-14 8:04 
If you need comments to explain what the code does, then the code is too complex. Formatting is a matter of taste, and there's a keyboard shortcut to automatically reformat in the VS-IDE.

My worst programming habits;
  1. Removing the access modifier "private" from code, as it is redundant. Not a bad habit in my book, but apparently in everyone else's.
  2. Hitting F5 too regularly. Kills productivity if it takes 15 minutes to build.
  3. Reading CodeProject while building a solution. I cannot stare at the build-screen, especially since it does not provide adequate feedback on what it is doing. If it appears to be waiting for a long time then chances are that it gets killed using the task-manager.
  4. Coffee. With two suger, and two cups an hour, that adds to 32 lumps of suger.

Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult24-Jun-14 8:25
mvePIEBALDconsult24-Jun-14 8:25 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 8:41
professionalEddy Vluggen24-Jun-14 8:41 
GeneralRe: What are the worst programming habits? Pin
harold aptroot24-Jun-14 8:44
harold aptroot24-Jun-14 8:44 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 8:57
professionalEddy Vluggen24-Jun-14 8:57 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult24-Jun-14 10:57
mvePIEBALDconsult24-Jun-14 10:57 
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 
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 

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.