Click here to Skip to main content
15,915,636 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
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 
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 
I'm not into saving keystrokes; but it does convey the same information using less symbols. For your comparison:

// Delphi style;
procedure Test()
begin
end

// C#
void Test()
{
}

Would you like to imply that we use "{" and "}" merely to save keystrokes? You cannot deny that C# is a bit more readable than COBOL. Still, feel free to state the obvious if you feel like you have to Smile | :)

It's a non-discussion. Try
11 + 2 = 13
Eleven plus two is thirteen
Would we prefer the first version, just to save keystrokes? And which of the two explains the fastest what is going on?
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
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 
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 

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.