Click here to Skip to main content
15,881,715 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: Remember when ... Pin
Gary R. Wheeler30-Mar-20 16:00
Gary R. Wheeler30-Mar-20 16:00 
GeneralRe: Remember when ... Pin
Greg Utas31-Mar-20 0:57
professionalGreg Utas31-Mar-20 0:57 
GeneralRe: Remember when ... Pin
DRHuff29-Mar-20 14:49
DRHuff29-Mar-20 14:49 
GeneralRe: Remember when ... Pin
Jörgen Andersson29-Mar-20 20:49
professionalJörgen Andersson29-Mar-20 20:49 
GeneralRe: Remember when ... Pin
Sander Rossel30-Mar-20 2:05
professionalSander Rossel30-Mar-20 2:05 
GeneralRe: Remember when ... Pin
Mark_Wallace29-Mar-20 19:54
Mark_Wallace29-Mar-20 19:54 
GeneralRe: Remember when ... Pin
Jörgen Andersson30-Mar-20 1:10
professionalJörgen Andersson30-Mar-20 1:10 
GeneralOO is not all that and a bag of chips PinPopular
honey the codewitch28-Mar-20 12:57
mvahoney the codewitch28-Mar-20 12:57 
Disclaimer: Unpopular opinion

A lot of coders spend a lot of lines of code dividing things into tiny steps which they then make whole classes for and abstract everything to the Nth degree, often even when the abstraction is not helpful.

Back when I was a green coder, I used to write OO code somewhat like this. Then C++ changed me. I stopped relying on objects so much. This bled over into other languages.

Now my code is about expedience. For example, I created a little HTTP server that does the request/response cycle in a single method, with two support structs instead of a dozen classes.

My code is smaller, faster, easy enough to understand if you aren't a beginner and overall better for it.

It's getting to the point where I think OO is an ill conceived paradigm - and not even because it's Broken As Designed (it's not) but because it gets way overused to the point where the dev world may have been better off with something else.
Real programmers use butterflies

GeneralRe: OO is not all that and a bag of chips Pin
#realJSOP28-Mar-20 13:50
mve#realJSOP28-Mar-20 13:50 
GeneralRe: OO is not all that and a bag of chips Pin
honey the codewitch28-Mar-20 14:59
mvahoney the codewitch28-Mar-20 14:59 
GeneralRe: OO is not all that and a bag of chips Pin
Nelek28-Mar-20 22:29
protectorNelek28-Mar-20 22:29 
GeneralRe: OO is not all that and a bag of chips Pin
honey the codewitch29-Mar-20 1:49
mvahoney the codewitch29-Mar-20 1:49 
GeneralRe: OO is not all that and a bag of chips Pin
Tom Deketelaere29-Mar-20 20:19
professionalTom Deketelaere29-Mar-20 20:19 
GeneralRe: OO is not all that and a bag of chips Pin
Nelek29-Mar-20 22:35
protectorNelek29-Mar-20 22:35 
GeneralRe: OO is not all that and a bag of chips Pin
Tom Deketelaere29-Mar-20 23:24
professionalTom Deketelaere29-Mar-20 23:24 
GeneralRe: OO is not all that and a bag of chips Pin
Nelek30-Mar-20 2:09
protectorNelek30-Mar-20 2:09 
GeneralRe: OO is not all that and a bag of chips Pin
bVagadishnu1-Apr-20 9:40
bVagadishnu1-Apr-20 9:40 
GeneralRe: OO is not all that and a bag of chips Pin
kalberts30-Mar-20 0:06
kalberts30-Mar-20 0:06 
GeneralRe: OO is not all that and a bag of chips Pin
milo-xml30-Mar-20 2:18
professionalmilo-xml30-Mar-20 2:18 
GeneralRe: OO is not all that and a bag of chips Pin
Stefan_Lang31-Mar-20 3:57
Stefan_Lang31-Mar-20 3:57 
GeneralRe: OO is not all that and a bag of chips Pin
milo-xml31-Mar-20 4:40
professionalmilo-xml31-Mar-20 4:40 
GeneralRe: OO is not all that and a bag of chips Pin
Robert/Not The Pirate30-Mar-20 7:30
professionalRobert/Not The Pirate30-Mar-20 7:30 
GeneralRe: OO is not all that and a bag of chips Pin
#realJSOP29-Mar-20 0:57
mve#realJSOP29-Mar-20 0:57 
GeneralRe: OO is not all that and a bag of chips Pin
Slacker00729-Mar-20 1:02
professionalSlacker00729-Mar-20 1:02 
GeneralRe: OO is not all that and a bag of chips Pin
honey the codewitch29-Mar-20 1:38
mvahoney the codewitch29-Mar-20 1:38 

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.