Click here to Skip to main content
15,923,376 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.

 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
patbob12-Feb-14 5:21
patbob12-Feb-14 5:21 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
Mike Ellison12-Feb-14 5:37
Mike Ellison12-Feb-14 5:37 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
RafagaX12-Feb-14 5:57
professionalRafagaX12-Feb-14 5:57 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
User 483504712-Feb-14 6:35
User 483504712-Feb-14 6:35 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
Narud Shiro12-Feb-14 6:36
Narud Shiro12-Feb-14 6:36 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
bkebamc12-Feb-14 6:55
bkebamc12-Feb-14 6:55 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
A_WoodApple12-Feb-14 9:48
A_WoodApple12-Feb-14 9:48 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
Worried Brown Eyes12-Feb-14 21:52
Worried Brown Eyes12-Feb-14 21:52 
Hi there

You have had much advice about this being a nightmare scenario, and there is the potential for this turning into a massive bag of unmaintainable spaghetti code - and I have to agree, but I feel you are looking for practical approaches.

I don't know what business the company is in, but there must be certain things that are obvious candidates for objects (people, buildings, invoices), some of which will be more central than others. There is usually a 'way-in' object - ie when somebody calls a user with a query, the user will ask for one or more bits of information in order to find the relevant stuff.

Start here & look at the data store to find out what information is held about it (don't go too many levels deep into related stuff) to plan a set of object with all the data exposed & enough for CRUD. Write tests to verify the results that you expect, then implement code to pass the tests. This way you have verifiably working stuff that you can put behind part of a front-end.

Once you have wired this up, you then have your first screen to demo. Don't spend too long doing this, cos it'll be wrong - see it as slow prototyping, as it sounds like you wont get the chance to throw away what you have developed, but will have to modify it. If you keep the UI free from

Once you have something concrete to demo,discuss & play with, you will have ample opportunity to ask the questions that you need answers to to aid further, better development.

Some people can work like this, others aren't cut out for it - only you can decide which camp you fall into.

Hope this helps.

Regards, Stewart
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
dpminusa12-Feb-14 22:41
dpminusa12-Feb-14 22:41 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
Alan Faiers6-Aug-14 1:52
Alan Faiers6-Aug-14 1:52 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
Sharon Freas6-Aug-14 2:31
Sharon Freas6-Aug-14 2:31 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
Harrison Pratt6-Aug-14 3:21
professionalHarrison Pratt6-Aug-14 3:21 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
scmtim6-Aug-14 4:35
scmtim6-Aug-14 4:35 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
PhilLenoir6-Aug-14 9:00
professionalPhilLenoir6-Aug-14 9:00 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
Bruce Patin6-Aug-14 11:09
Bruce Patin6-Aug-14 11:09 
AnswerRe: Problematic Stakeholder: How can I make this work? Pin
Gerry Schmitz6-Aug-14 15:18
mveGerry Schmitz6-Aug-14 15:18 
GeneralRIP Christopher Barry Pin
Dalek Dave11-Feb-14 9:18
professionalDalek Dave11-Feb-14 9:18 
GeneralSOTD Pin
kmoorevs11-Feb-14 8:40
kmoorevs11-Feb-14 8:40 
GeneralRe: SOTD Pin
Colin Rae11-Feb-14 8:48
professionalColin Rae11-Feb-14 8:48 
GeneralRe: SOTD Pin
kmoorevs11-Feb-14 8:57
kmoorevs11-Feb-14 8:57 
QuestionWinter Olympics observation Pin
David Crow11-Feb-14 5:52
David Crow11-Feb-14 5:52 
AnswerRe: Winter Olympics observation Pin
glennPattonWork311-Feb-14 6:10
professionalglennPattonWork311-Feb-14 6:10 
GeneralRe: Winter Olympics observation Pin
OriginalGriff11-Feb-14 6:33
mveOriginalGriff11-Feb-14 6:33 
JokeRe: Winter Olympics observation Pin
TnTinMn11-Feb-14 6:55
TnTinMn11-Feb-14 6:55 
AnswerRe: Winter Olympics observation Pin
Blue Waffle11-Feb-14 6:52
Blue Waffle11-Feb-14 6:52 

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.