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

 
JokeRe: I'm pretty sure it's not because I'm getting old ... Pin
V.25-Apr-23 20:29
professionalV.25-Apr-23 20:29 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
megaadam25-Apr-23 21:10
professionalmegaadam25-Apr-23 21:10 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
Nelek26-Apr-23 10:42
protectorNelek26-Apr-23 10:42 
JokeRe: I'm pretty sure it's not because I'm getting old ... Pin
Richard Deeming25-Apr-23 21:28
mveRichard Deeming25-Apr-23 21:28 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
pkfox25-Apr-23 21:31
professionalpkfox25-Apr-23 21:31 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
Richard MacCutchan25-Apr-23 21:37
mveRichard MacCutchan25-Apr-23 21:37 
JokeRe: I'm pretty sure it's not because I'm getting old ... Pin
jweled27-Apr-23 1:31
jweled27-Apr-23 1:31 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
Al Fargnoli27-Apr-23 4:01
Al Fargnoli27-Apr-23 4:01 
Back in my Fortran days, I found this. (I don't remember the variable names.)
FORTRAN
IF FLAG1 .EQ. .TRUE. THEN
	FLAG1 = .FALSE.
	FLAG2 = .TRUE.
ELSE
	FLAG2 = .FALSE.
END IF

I replaced it with two lines that I thought were obvious:
FORTRAN
FLAG2 = FLAG1
FLAG1 = .FALSE.

I made plenty of other changes, and the manager in charge of the codebase thanked me for "cleaning it up." (This happened almost forty years ago when 10 MHz processors had only been around a few years.)
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
GKP199225-Apr-23 22:05
professionalGKP199225-Apr-23 22:05 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
dandy7226-Apr-23 3:17
dandy7226-Apr-23 3:17 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
Daniel Pfeffer26-Apr-23 6:13
professionalDaniel Pfeffer26-Apr-23 6:13 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
dandy7227-Apr-23 3:57
dandy7227-Apr-23 3:57 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
Mike Hankey26-Apr-23 3:33
mveMike Hankey26-Apr-23 3:33 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
Dan Neely26-Apr-23 3:58
Dan Neely26-Apr-23 3:58 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
rnbergren26-Apr-23 5:42
rnbergren26-Apr-23 5:42 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
jschell26-Apr-23 6:22
jschell26-Apr-23 6:22 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
Mike Winiberg26-Apr-23 20:11
professionalMike Winiberg26-Apr-23 20:11 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
Kate-X25726-Apr-23 20:30
Kate-X25726-Apr-23 20:30 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
Mike Winiberg26-Apr-23 21:47
professionalMike Winiberg26-Apr-23 21:47 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
jschell27-Apr-23 5:06
jschell27-Apr-23 5:06 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
seismofish26-Apr-23 22:49
seismofish26-Apr-23 22:49 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
purplemur27-Apr-23 3:51
purplemur27-Apr-23 3:51 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
ormonds30-Apr-23 16:21
ormonds30-Apr-23 16:21 
GeneralRe: I'm pretty sure it's not because I'm getting old ... Pin
Gerry Schmitz26-Apr-23 5:45
mveGerry Schmitz26-Apr-23 5:45 
JokeRe: I'm pretty sure it's not because I'm getting old ... Pin
Clumpco26-Apr-23 21:00
Clumpco26-Apr-23 21:00 

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.