Click here to Skip to main content
15,919,567 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: how do we handle complexity? Pin
BillWoodruff11-Jan-15 18:06
professionalBillWoodruff11-Jan-15 18:06 
GeneralRe: how do we handle complexity? Pin
Marc Clifton12-Jan-15 4:30
mvaMarc Clifton12-Jan-15 4:30 
GeneralRe: how do we handle complexity? Pin
W Balboos, GHB12-Jan-15 5:50
W Balboos, GHB12-Jan-15 5:50 
GeneralRe: how do we handle complexity? Pin
R. Giskard Reventlov11-Jan-15 4:52
R. Giskard Reventlov11-Jan-15 4:52 
GeneralRe: how do we handle complexity? Pin
Kirk 1038982112-Jan-15 3:47
Kirk 1038982112-Jan-15 3:47 
GeneralRe: how do we handle complexity? Pin
908236512-Jan-15 5:19
908236512-Jan-15 5:19 
GeneralRe: how do we handle complexity? Pin
patbob12-Jan-15 5:25
patbob12-Jan-15 5:25 
GeneralRe: how do we handle complexity? Pin
BrainiacV12-Jan-15 5:42
BrainiacV12-Jan-15 5:42 
I prefer to stand at Olympian heights and look down at the problem to look for similarities the closer view hides with complexities.

For example, I once had a manager hand me a 15 page flowchart she wanted implemented. I looked at it from 30,000 feet and saw that it could be implemented in one page, the special cases could all be reduced to "fill in the blank" when it came to processing and I moved all the special behavior to database entries that would fill in the blanks as needed.

Essentially a programmable program which was able to have a default, fail soft behavior, it conditions did not match. That mode of operation was a real saver because the department we wrote the program for changed conditions without informing us. Months later I found the program behaving in default mode and contacted the department to see what had changed.

A few database entries later, and it was back to optimal performance.

I suppose you could call that abstraction with a divide and conquer behavior.
Psychosis at 10
Film at 11

Those who do not remember the past, are doomed to repeat it.
Those who do not remember the past, cannot build upon it.

GeneralRe: how do we handle complexity? Pin
peterkmx12-Jan-15 7:19
professionalpeterkmx12-Jan-15 7:19 
GeneralRe: how do we handle complexity? Pin
BillWoodruff12-Jan-15 12:15
professionalBillWoodruff12-Jan-15 12:15 
GeneralCould someone with Bronze+ please edit an article for me? Pin
digitalni10-Jan-15 11:18
digitalni10-Jan-15 11:18 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
Garth J Lancaster10-Jan-15 11:35
professionalGarth J Lancaster10-Jan-15 11:35 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
digitalni10-Jan-15 11:39
digitalni10-Jan-15 11:39 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
Garth J Lancaster10-Jan-15 11:59
professionalGarth J Lancaster10-Jan-15 11:59 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
digitalni10-Jan-15 12:17
digitalni10-Jan-15 12:17 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
Nelek10-Jan-15 13:45
protectorNelek10-Jan-15 13:45 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
digitalni11-Jan-15 0:47
digitalni11-Jan-15 0:47 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
Nelek11-Jan-15 3:40
protectorNelek11-Jan-15 3:40 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
Garth J Lancaster10-Jan-15 12:03
professionalGarth J Lancaster10-Jan-15 12:03 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
Ravi Bhavnani10-Jan-15 12:15
professionalRavi Bhavnani10-Jan-15 12:15 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
digitalni10-Jan-15 12:18
digitalni10-Jan-15 12:18 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
Brisingr Aerowing10-Jan-15 12:56
professionalBrisingr Aerowing10-Jan-15 12:56 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
digitalni10-Jan-15 13:02
digitalni10-Jan-15 13:02 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
Nelek10-Jan-15 13:46
protectorNelek10-Jan-15 13:46 
GeneralRe: Could someone with Bronze+ please edit an article for me? Pin
digitalni11-Jan-15 0:44
digitalni11-Jan-15 0:44 

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.