Click here to Skip to main content
15,913,685 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
JMK-NI24-Jun-14 8:22
professionalJMK-NI24-Jun-14 8:22 
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? Pin
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 
var is handy in two places:
1) When using Linq and returning "An IEnumerable of something, gawddammit, but I have no idea what the compiler is going to call it"
2) To identify people whose code you can't trust because they have no idea or no interest in what type a variable should be. It may save five keystrokes to use var instead of IEnumerable<Customer> but it doesn't help understanding when you have to read the code later.
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952)
Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

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 
GeneralRe: What are the worst programming habits? Pin
Stefan_Lang25-Jun-14 3:09
Stefan_Lang25-Jun-14 3:09 
GeneralRe: What are the worst programming habits? Pin
User 483504724-Jun-14 9:13
User 483504724-Jun-14 9:13 
GeneralRe: What are the worst programming habits? Pin
Simon_Whale24-Jun-14 9:30
Simon_Whale24-Jun-14 9:30 
GeneralRe: What are the worst programming habits? Pin
Chris Losinger24-Jun-14 9:39
professionalChris Losinger24-Jun-14 9:39 
GeneralRe: What are the worst programming habits? Pin
David O'Neil24-Jun-14 9:50
professionalDavid O'Neil24-Jun-14 9:50 
GeneralRe: What are the worst programming habits? Pin
Jörgen Andersson24-Jun-14 10:16
professionalJörgen Andersson24-Jun-14 10:16 
GeneralRe: What are the worst programming habits? Pin
Duncan Edwards Jones24-Jun-14 10:35
professionalDuncan Edwards Jones24-Jun-14 10:35 

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.