Click here to Skip to main content
15,896,153 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: This isn't good... Pin
kmoorevs2-Sep-19 4:15
kmoorevs2-Sep-19 4:15 
GeneralRe: This isn't good... Pin
honey the codewitch2-Sep-19 4:18
mvahoney the codewitch2-Sep-19 4:18 
GeneralRe: This isn't good... Pin
honey the codewitch1-Sep-19 8:05
mvahoney the codewitch1-Sep-19 8:05 
GeneralA Programming Philosophy Question Pin
Richard Andrew x6431-Aug-19 13:31
professionalRichard Andrew x6431-Aug-19 13:31 
GeneralRe: A Programming Philosophy Question PinPopular
Maximilien31-Aug-19 14:30
Maximilien31-Aug-19 14:30 
GeneralRe: A Programming Philosophy Question Pin
Richard Andrew x6431-Aug-19 14:53
professionalRichard Andrew x6431-Aug-19 14:53 
GeneralRe: A Programming Philosophy Question Pin
Amarnath S31-Aug-19 15:21
professionalAmarnath S31-Aug-19 15:21 
GeneralRe: A Programming Philosophy Question Pin
KateAshman1-Sep-19 22:21
KateAshman1-Sep-19 22:21 
You can safely ignore the performance aspect of OO design.

In ye olden times, OO was considered default-bad for writing algorithms, because objects are generally bigger than base-types, which is mathematically bad for performance if you have to cycle through 100 million of them.

Today, it just doesn't matter, because developers don't really have to do math anymore.
We include a package or library or header to implement the proven best version of the algorithm we need. And that's it.

15~20 years ago, C++ developers got paid to write custom data structures and algorithms because performance was a thing, code sharing was uncommon and hardware was slow.
Nowadays, most of the C++ work is deleting all of that old custom stuff while replacing it with standardized parts, because maintaining custom code is bad for everything, including performance ironically.
GeneralRe: A Programming Philosophy Question Pin
obermd2-Sep-19 5:42
obermd2-Sep-19 5:42 
GeneralRe: A Programming Philosophy Question Pin
Gary Wheeler3-Sep-19 1:17
Gary Wheeler3-Sep-19 1:17 
GeneralRe: A Programming Philosophy Question Pin
honey the codewitch31-Aug-19 17:45
mvahoney the codewitch31-Aug-19 17:45 
GeneralRe: A Programming Philosophy Question Pin
User 26235231-Aug-19 23:02
User 26235231-Aug-19 23:02 
GeneralRe: A Programming Philosophy Question Pin
Chris Losinger1-Sep-19 3:34
professionalChris Losinger1-Sep-19 3:34 
GeneralRe: A Programming Philosophy Question Pin
KateAshman1-Sep-19 21:39
KateAshman1-Sep-19 21:39 
GeneralRe: A Programming Philosophy Question Pin
Richard Andrew x642-Sep-19 4:07
professionalRichard Andrew x642-Sep-19 4:07 
GeneralRe: A Programming Philosophy Question Pin
User 5838522-Sep-19 19:18
User 5838522-Sep-19 19:18 
GeneralHappy coding. Pin
honey the codewitch31-Aug-19 12:28
mvahoney the codewitch31-Aug-19 12:28 
GeneralSeems about right Pin
Jörgen Andersson31-Aug-19 9:54
professionalJörgen Andersson31-Aug-19 9:54 
GeneralRe: Seems about right Pin
OriginalGriff31-Aug-19 19:49
mveOriginalGriff31-Aug-19 19:49 
GeneralRe: Seems about right Pin
Jörgen Andersson31-Aug-19 21:42
professionalJörgen Andersson31-Aug-19 21:42 
GeneralRe: Seems about right Pin
OriginalGriff31-Aug-19 21:57
mveOriginalGriff31-Aug-19 21:57 
GeneralRe: Seems about right Pin
Jörgen Andersson31-Aug-19 22:13
professionalJörgen Andersson31-Aug-19 22:13 
GeneralRe: Seems about right Pin
OriginalGriff31-Aug-19 22:42
mveOriginalGriff31-Aug-19 22:42 
GeneralRe: Seems about right Pin
Sander Rossel31-Aug-19 23:01
professionalSander Rossel31-Aug-19 23:01 
GeneralRe: Seems about right Pin
Gary Wheeler3-Sep-19 1:20
Gary Wheeler3-Sep-19 1:20 

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.