Click here to Skip to main content
15,887,350 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Refactoring the code or dessign? Pin
Pete O'Hanlon24-Jul-08 9:42
mvePete O'Hanlon24-Jul-08 9:42 
GeneralRe: Refactoring the code or dessign? Pin
led mike24-Jul-08 10:18
led mike24-Jul-08 10:18 
GeneralRe: Refactoring the code or dessign? Pin
dojohansen25-Jul-08 2:04
dojohansen25-Jul-08 2:04 
GeneralRe: Refactoring the code or dessign? Pin
led mike25-Jul-08 4:46
led mike25-Jul-08 4:46 
GeneralRe: Refactoring the code or dessign? Pin
dojohansen25-Jul-08 4:53
dojohansen25-Jul-08 4:53 
GeneralRe: Refactoring the code or dessign? Pin
led mike25-Jul-08 5:18
led mike25-Jul-08 5:18 
GeneralException Handling in Desktop Application Pin
Brady Kelly25-Jun-08 2:54
Brady Kelly25-Jun-08 2:54 
GeneralRe: Exception Handling in Desktop Application Pin
Steven A. Lowe13-Sep-08 17:06
Steven A. Lowe13-Sep-08 17:06 
My [self-serving] opinion is: just tell the users that a problem occurred but that tech support (or whoever) has already been notified. Then when you get the notification, call the user.

there is no point in telling the user that "someclass encountered a null blah blah exception in method whatever(arg,arg,arg,arg) at line 42075 of module someclass.cs": in general they have no context to understand what it means, they cannot do anything about it, and frankly it scares quite a few of them.

telling them instead "oops, my bad" and then following up in a timely fashion [i.e. before they forget what they were doing] is far better - it makes you look like you're on top of things, and it gives the user a warm fuzzy about the application and your commitment to supporting it

again, this is just my [self-serving] opinion. Wink | ;)

Best regards,
Steven A. Lowe
CEO, Innovator LLC
www.nov8r.com

QuestionObject Composition Pin
Leslie Sanford24-Jun-08 17:27
Leslie Sanford24-Jun-08 17:27 
AnswerRe: Object Composition Pin
led mike25-Jun-08 4:30
led mike25-Jun-08 4:30 
GeneralNatural vs Surrogate Keys [modified*2] Pin
Brady Kelly20-Jun-08 10:15
Brady Kelly20-Jun-08 10:15 
GeneralRe: Natural vs Surrogate Keys Pin
mr_lasseter25-Jun-08 13:37
mr_lasseter25-Jun-08 13:37 
GeneralRe: Natural vs Surrogate Keys [modified*2] Pin
Jeremy Tierman5-Jul-08 12:53
Jeremy Tierman5-Jul-08 12:53 
QuestionServer side patterns in C++ Pin
variantseeker19-Jun-08 8:20
variantseeker19-Jun-08 8:20 
AnswerRe: Server side patterns in C++ Pin
led mike26-Jun-08 5:23
led mike26-Jun-08 5:23 
QuestionObserver - Redundant Updates Pin
Leslie Sanford18-Jun-08 23:06
Leslie Sanford18-Jun-08 23:06 
AnswerRe: Observer - Redundant Updates Pin
led mike20-Jun-08 5:27
led mike20-Jun-08 5:27 
GeneralRe: Observer - Redundant Updates Pin
Leslie Sanford20-Jun-08 6:07
Leslie Sanford20-Jun-08 6:07 
GeneralRe: Observer - Redundant Updates Pin
led mike20-Jun-08 6:40
led mike20-Jun-08 6:40 
AnswerRe: Observer - Redundant Updates Pin
mr_lasseter25-Jun-08 13:36
mr_lasseter25-Jun-08 13:36 
AnswerRe: Observer - Redundant Updates Pin
Adam Jasper25-Jun-08 22:57
Adam Jasper25-Jun-08 22:57 
AnswerRe: Observer - Redundant Updates Pin
Pete O'Hanlon25-Jun-08 23:30
mvePete O'Hanlon25-Jun-08 23:30 
GeneralRe: Observer - Redundant Updates Pin
Leslie Sanford26-Jun-08 8:18
Leslie Sanford26-Jun-08 8:18 
GeneralPattern for Shared Dropdown Tables Pin
Brady Kelly12-Jun-08 3:33
Brady Kelly12-Jun-08 3:33 
GeneralRe: Pattern for Shared Dropdown Tables Pin
led mike12-Jun-08 4:47
led mike12-Jun-08 4:47 

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.