Click here to Skip to main content
15,907,326 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: The problem with being unable to work in the industry Pin
Marc Clifton14-Jan-17 10:46
mvaMarc Clifton14-Jan-17 10:46 
GeneralRe: The problem with being unable to work in the industry Pin
Rage15-Jan-17 23:53
professionalRage15-Jan-17 23:53 
GeneralRe: The problem with being unable to work in the industry Pin
Midi_Mick14-Jan-17 8:53
professionalMidi_Mick14-Jan-17 8:53 
GeneralRe: The problem with being unable to work in the industry Pin
User 1106097914-Jan-17 9:04
User 1106097914-Jan-17 9:04 
GeneralRe: The problem with being unable to work in the industry Pin
Mycroft Holmes14-Jan-17 11:01
professionalMycroft Holmes14-Jan-17 11:01 
GeneralRe: The problem with being unable to work in the industry Pin
Mycroft Holmes14-Jan-17 11:04
professionalMycroft Holmes14-Jan-17 11:04 
GeneralRe: The problem with being unable to work in the industry Pin
dietmar paul schoder16-Jan-17 0:36
professionaldietmar paul schoder16-Jan-17 0:36 
GeneralRe: The problem with being unable to work in the industry Pin
Kirk 1038982116-Jan-17 4:15
Kirk 1038982116-Jan-17 4:15 
Mick,
I ran across this, you might find value in it:

Inherent to the solution of any problem, is its statement.

The FACT that you struggle to succinctly write the problem out, boiled down to it's salient points is why the solution is not jumping out at you, and also why when you EXPLAIN it to someone else, the solutions come more readily.

I ran across this situation handling a hardware tape error, and having to write the re-sync logic without spoiling the master data file we were updating. Literally a hundred lines of pseudo code was reduced to 6 well placed lines. (tracking when we were and were not in sync -> Implying deletes were safe. Updates are always safe, inserts are always safe).

The magic was realizing that I only had to protect against ERRONEOUSLY deleting records that I was forced the skip, once I do an insert or an update, than any sync error is fixed.

Prior to making it that simple, it seemed like a much harder problem to solve, and was...

So, the ART of stating the problem will help lead you and others to the solution faster.
Also, how many times after you explain it, does the other person say "so it's like X, so why can't we do Y"... Changing the type/flavor of the problem to an easier to solve/recognize problem... Same thing...

HTH

GeneralRe: The problem with being unable to work in the industry Pin
Midi_Mick16-Jan-17 5:08
professionalMidi_Mick16-Jan-17 5:08 
GeneralRe: The problem with being unable to work in the industry Pin
Kirk 1038982116-Jan-17 6:02
Kirk 1038982116-Jan-17 6:02 
GeneralRe: The problem with being unable to work in the industry Pin
Member 1073194416-Jan-17 16:02
Member 1073194416-Jan-17 16:02 
GeneralRe: The problem with being unable to work in the industry Pin
Steve Naidamast16-Jan-17 4:26
professionalSteve Naidamast16-Jan-17 4:26 
GeneralRe: The problem with being unable to work in the industry Pin
Midi_Mick16-Jan-17 5:12
professionalMidi_Mick16-Jan-17 5:12 
GeneralRe: The problem with being unable to work in the industry Pin
SeattleC++16-Jan-17 7:39
SeattleC++16-Jan-17 7:39 
GeneralYou know its summer in Queensland... Pin
Midi_Mick13-Jan-17 16:55
professionalMidi_Mick13-Jan-17 16:55 
GeneralRe: You know its summer in Queensland... Pin
CDP180213-Jan-17 21:50
CDP180213-Jan-17 21:50 
GeneralRe: You know its summer in Queensland... Pin
Midi_Mick13-Jan-17 22:06
professionalMidi_Mick13-Jan-17 22:06 
GeneralRe: You know its summer in Queensland... Pin
Kirk 1038982116-Jan-17 4:16
Kirk 1038982116-Jan-17 4:16 
GeneralRe: You know its summer in Queensland... Pin
Mark_Wallace13-Jan-17 22:37
Mark_Wallace13-Jan-17 22:37 
GeneralRe: You know its summer in Queensland... Pin
lopatir13-Jan-17 22:58
lopatir13-Jan-17 22:58 
GeneralRe: You know its summer in Queensland... Pin
CDP180213-Jan-17 23:03
CDP180213-Jan-17 23:03 
GeneralFinally, a phone that's just a phone Pin
TheGreatAndPowerfulOz13-Jan-17 12:06
TheGreatAndPowerfulOz13-Jan-17 12:06 
GeneralRe: Finally, a phone that's just a phone Pin
Eddy Vluggen13-Jan-17 12:12
professionalEddy Vluggen13-Jan-17 12:12 
GeneralRe: Finally, a phone that's just a phone Pin
TheGreatAndPowerfulOz13-Jan-17 13:46
TheGreatAndPowerfulOz13-Jan-17 13:46 
GeneralRe: Finally, a phone that's just a phone Pin
Jon McKee13-Jan-17 12:23
professionalJon McKee13-Jan-17 12:23 

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.