Click here to Skip to main content
15,885,875 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: OO is not all that and a bag of chips Pin
Jeroen_R30-Mar-20 1:26
Jeroen_R30-Mar-20 1:26 
GeneralRe: OO is not all that and a bag of chips Pin
obermd30-Mar-20 3:29
obermd30-Mar-20 3:29 
GeneralRe: OO is not all that and a bag of chips Pin
BryanFazekas30-Mar-20 4:02
BryanFazekas30-Mar-20 4:02 
GeneralRe: OO is not all that and a bag of chips Pin
Bitbeisser30-Mar-20 6:00
Bitbeisser30-Mar-20 6:00 
GeneralRe: OO is not all that and a bag of chips Pin
honey the codewitch30-Mar-20 8:15
mvahoney the codewitch30-Mar-20 8:15 
GeneralRe: OO is not all that and a bag of chips Pin
Gary R. Wheeler30-Mar-20 16:44
Gary R. Wheeler30-Mar-20 16:44 
GeneralRe: OO is not all that and a bag of chips Pin
honey the codewitch30-Mar-20 17:29
mvahoney the codewitch30-Mar-20 17:29 
GeneralRe: OO is not all that and a bag of chips Pin
rjmoses31-Mar-20 1:00
professionalrjmoses31-Mar-20 1:00 
Coincidentally, I was tripping through a large C++ program (about 100,000 LOC) to make some relatively minor enhancements. The original architect(s) of this program did a fantastic job of using all the features of C++ including lambdas, auto's, executable code in header files, virtual functions, just to name a few.

The frigging code was terribly difficult to follow!

But what was the major hindrance was the exorbitant use of getters/setters between classes. A lot of the code looked like:

C++
bool Var;
.....
bool ClassName::isVarSet() 

{ 

return Var; 

}

using 6 lines on the screen. Alwfully tough to read and comprehend.

Caused me to start hating C++.
GeneralRe: OO is not all that and a bag of chips Pin
honey the codewitch31-Mar-20 12:09
mvahoney the codewitch31-Mar-20 12:09 
GeneralHerself is watching TV... Pin
OriginalGriff28-Mar-20 12:37
mveOriginalGriff28-Mar-20 12:37 
GeneralRe: Herself is watching TV... Pin
CodeWraith28-Mar-20 14:16
CodeWraith28-Mar-20 14:16 
GeneralRe: Herself is watching TV... Pin
Richard MacCutchan28-Mar-20 22:49
mveRichard MacCutchan28-Mar-20 22:49 
GeneralRe: Herself is watching TV... Pin
DRHuff29-Mar-20 12:10
DRHuff29-Mar-20 12:10 
GeneralRe: Herself is watching TV... Pin
Stefan_Lang31-Mar-20 21:01
Stefan_Lang31-Mar-20 21:01 
GeneralStay the F*$k at home Pin
Mike Hankey28-Mar-20 11:40
mveMike Hankey28-Mar-20 11:40 
GeneralRe: Stay the F*$k at home Pin
peterkmx29-Mar-20 3:08
professionalpeterkmx29-Mar-20 3:08 
GeneralRe: Stay the F*$k at home Pin
DerekT-P29-Mar-20 6:53
professionalDerekT-P29-Mar-20 6:53 
GeneralRe: Stay the F*$k at home Pin
Mike Hankey29-Mar-20 7:29
mveMike Hankey29-Mar-20 7:29 
GeneralSome good news... Pin
MehreenTahir28-Mar-20 9:49
MehreenTahir28-Mar-20 9:49 
GeneralRe: Some good news... Pin
Greg Utas28-Mar-20 9:53
professionalGreg Utas28-Mar-20 9:53 
GeneralRe: Some good news... Pin
MehreenTahir28-Mar-20 23:50
MehreenTahir28-Mar-20 23:50 
GeneralRe: Some good news... Pin
Mark_Wallace28-Mar-20 9:58
Mark_Wallace28-Mar-20 9:58 
GeneralRe: Some good news... Pin
Sander Rossel29-Mar-20 1:25
professionalSander Rossel29-Mar-20 1:25 
GeneralRe: Some good news... Pin
Mark_Wallace29-Mar-20 2:37
Mark_Wallace29-Mar-20 2:37 
GeneralRe: Some good news... Pin
Sander Rossel29-Mar-20 3:35
professionalSander Rossel29-Mar-20 3: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.