Click here to Skip to main content
15,910,980 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.

 
AnswerRe: Old age shows its mark... Pin
Super Lloyd31-Jan-19 12:32
Super Lloyd31-Jan-19 12:32 
GeneralRe: Old age shows its mark... Pin
the goat in your machine31-Jan-19 16:00
the goat in your machine31-Jan-19 16:00 
GeneralRe: Old age shows its mark... Pin
Charles Programmer1-Feb-19 5:15
Charles Programmer1-Feb-19 5:15 
GeneralRe: Old age shows its mark... Pin
PIEBALDconsult31-Jan-19 17:44
mvePIEBALDconsult31-Jan-19 17:44 
GeneralRe: Old age shows its mark... Pin
V.31-Jan-19 19:59
professionalV.31-Jan-19 19:59 
GeneralRe: Old age shows its mark... Pin
Marco Bertschi31-Jan-19 21:44
protectorMarco Bertschi31-Jan-19 21:44 
GeneralRe: Old age shows its mark... Pin
Retired201731-Jan-19 23:22
Retired201731-Jan-19 23:22 
GeneralRe: Old age shows its mark... Pin
kalberts1-Feb-19 0:58
kalberts1-Feb-19 0:58 
Mathematicians used i, j and k as indexes long before Babbage's Analythical Machine. It did not come with Fortran.

When I was a student, the professors insisted on long, descriptive names in our programming hand-ins. I looked over the shoulder of one of my classmates: His integer variables where named I01, I02,... float variables F01, F02... I shook my head: Prof xxx will explode into small pices when he sees that code! My classmate smiled back: Oh no, of course I make a global subsistute of I01 with NumberOfFruitBaskets, I02 with NumberOfApplesPerBasket, F01 with AverageWeightPerApple and so on, but I can't be bothered with typing those long names when I develop the program! (He was the brightest kid in class, and certainly had the mental capacity to keep the asossication between F01 and the average apple weight.)

In my current job, one group revising our coding standards suggested that code lines were restricted to at most 72 characters (they were serious about that!). My project asked for an exception, as we had rules for the naming of cross-module #define constants that in some cases lead to identifiers exceeding the 72 char limit. ... I think that is going a little bit too far in the other direction.
GeneralRe: Old age shows its mark... Pin
MKJCP1-Feb-19 1:53
MKJCP1-Feb-19 1:53 
GeneralRe: Old age shows its mark... Pin
kalberts1-Feb-19 2:32
kalberts1-Feb-19 2:32 
GeneralRe: Old age shows its mark... Pin
MKJCP1-Feb-19 2:42
MKJCP1-Feb-19 2:42 
GeneralRe: Old age shows its mark... Pin
kalberts1-Feb-19 3:32
kalberts1-Feb-19 3:32 
GeneralRe: Old age shows its mark... Pin
Bruce Patin1-Feb-19 4:49
Bruce Patin1-Feb-19 4:49 
GeneralRe: Old age shows its mark... Pin
Overtkill1-Feb-19 5:06
Overtkill1-Feb-19 5:06 
GeneralRe: Old age shows its mark... Pin
Dr.Walt Fair, PE1-Feb-19 7:03
professionalDr.Walt Fair, PE1-Feb-19 7:03 
GeneralRe: Old age shows its mark... Pin
Dr.Walt Fair, PE1-Feb-19 8:30
professionalDr.Walt Fair, PE1-Feb-19 8:30 
GeneralRe: Old age shows its mark... Pin
jschell2-Feb-19 7:12
jschell2-Feb-19 7:12 
GeneralAt the risk of showing my ignorance... Pin
dandy7231-Jan-19 10:11
dandy7231-Jan-19 10:11 
GeneralRe: At the risk of showing my ignorance... Pin
abmv31-Jan-19 16:43
professionalabmv31-Jan-19 16:43 
GeneralRe: At the risk of showing my ignorance... Pin
dandy721-Feb-19 7:10
dandy721-Feb-19 7:10 
GeneralRe: At the risk of showing my ignorance... Pin
abmv1-Feb-19 18:12
professionalabmv1-Feb-19 18:12 
GeneralRe: At the risk of showing my ignorance... Pin
dandy722-Feb-19 2:11
dandy722-Feb-19 2:11 
GeneralRe: At the risk of showing my ignorance... Pin
Fueled By Decaff31-Jan-19 22:16
Fueled By Decaff31-Jan-19 22:16 
GeneralRe: At the risk of showing my ignorance... Pin
dandy721-Feb-19 7:11
dandy721-Feb-19 7:11 
GeneralRe: At the risk of showing my ignorance... Pin
Dr.Walt Fair, PE1-Feb-19 7:05
professionalDr.Walt Fair, PE1-Feb-19 7:05 

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.