Click here to Skip to main content
15,891,473 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: What the elephant happened to OO design? Pin
patbob4-Jun-18 6:10
patbob4-Jun-18 6:10 
GeneralRe: What the elephant happened to OO design? Pin
KBZX50004-Jun-18 22:05
KBZX50004-Jun-18 22:05 
GeneralRe: What the elephant happened to OO design? Pin
DerekT-P4-Jun-18 22:12
professionalDerekT-P4-Jun-18 22:12 
GeneralRe: What the elephant happened to OO design? Pin
englebart5-Jun-18 3:37
professionalenglebart5-Jun-18 3:37 
GeneralRe: What the elephant happened to OO design? Pin
DerekT-P5-Jun-18 3:59
professionalDerekT-P5-Jun-18 3:59 
GeneralRe: What the elephant happened to OO design? Pin
englebart8-Jun-18 2:18
professionalenglebart8-Jun-18 2:18 
GeneralRe: What the elephant happened to OO design? Pin
Steve Naidamast5-Jun-18 3:57
professionalSteve Naidamast5-Jun-18 3:57 
GeneralRe: What the elephant happened to OO design? Pin
RandyBuchholz5-Jun-18 4:26
RandyBuchholz5-Jun-18 4:26 
One of the things that happened was CRUD. When I learned OOAD back in the 80's, we designed our objects around what they did - methods first, attributes when necessary, and properties weren't just for exposing backing variables. "Data Objects" lived only in the back tiers. Things like MVC soon moved them to the clients. Then the Web, JavaScript, and CSS (where until recently everything was global and single threaded) returned us to procedural coding. Welcome back to the 70's. When all of your objects are just data objects and everything is global and procedural, what need is there for OO design? Mad | :mad: Then,(misinterpreting) Agile - hack in circles until it (sort of) works. On top of all of that, OO design is hard. Really hard to do well. Few initial design objects make it into the final code unscathed. Finally, design is documentation. We're Agile - "Working code over comprehensive documentation..." Sigh | :sigh:

GeneralRe: What the elephant happened to OO design? Pin
Jim_Snyder5-Jun-18 4:35
professionalJim_Snyder5-Jun-18 4:35 
GeneralRe: What the elephant happened to OO design? Pin
Jim_Snyder5-Jun-18 4:50
professionalJim_Snyder5-Jun-18 4:50 
GeneralRe: What the elephant happened to OO design? Pin
BillWoodruff5-Jun-18 7:20
professionalBillWoodruff5-Jun-18 7:20 
GeneralBecause ... I allow me again.... Pin
User 110609793-Jun-18 6:43
User 110609793-Jun-18 6:43 
GeneralRe: Because ... I allow me again.... Pin
GuyThiebaut3-Jun-18 6:57
professionalGuyThiebaut3-Jun-18 6:57 
GeneralRe: Because ... I allow me again.... Pin
peterkmx3-Jun-18 7:49
professionalpeterkmx3-Jun-18 7:49 
GeneralRe: Because ... I allow me again.... Pin
User 110609793-Jun-18 7:59
User 110609793-Jun-18 7:59 
GeneralRe: Because ... I allow me again.... Pin
Sander Rossel3-Jun-18 10:59
professionalSander Rossel3-Jun-18 10:59 
JokeRe: Because ... I allow me again.... Pin
V.3-Jun-18 18:49
professionalV.3-Jun-18 18:49 
GeneralBecause of the silence here I allow me to... Pin
User 110609793-Jun-18 3:06
User 110609793-Jun-18 3:06 
GeneralRe: Because of the silence here I allow me to... Pin
Sander Rossel3-Jun-18 4:13
professionalSander Rossel3-Jun-18 4:13 
GeneralRe: Because of the silence here I allow me to... Pin
User 110609793-Jun-18 4:15
User 110609793-Jun-18 4:15 
GeneralRe: Because of the silence here I allow me to... Pin
Sander Rossel3-Jun-18 4:53
professionalSander Rossel3-Jun-18 4:53 
GeneralRe: Because of the silence here I allow me to... Pin
User 110609793-Jun-18 5:16
User 110609793-Jun-18 5:16 
GeneralRe: Because of the silence here I allow me to... Pin
Sander Rossel3-Jun-18 5:22
professionalSander Rossel3-Jun-18 5:22 
GeneralRe: Because of the silence here I allow me to... Pin
User 48350473-Jun-18 5:46
User 48350473-Jun-18 5:46 
GeneralRe: Because of the silence here I allow me to... Pin
User 110609793-Jun-18 5:55
User 110609793-Jun-18 5:55 

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.