Click here to Skip to main content
15,893,487 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: Multiple returns from methods or clean code flow Pin
Martin ISDN18-Feb-19 5:15
Martin ISDN18-Feb-19 5:15 
AnswerRe: Multiple returns from methods or clean code flow Pin
TylerMc00718-Feb-19 5:52
TylerMc00718-Feb-19 5:52 
AnswerRe: Multiple returns from methods or clean code flow Pin
MSBassSinger18-Feb-19 7:55
professionalMSBassSinger18-Feb-19 7:55 
GeneralRe: Multiple returns from methods or clean code flow Pin
BillWoodruff19-Feb-19 15:28
professionalBillWoodruff19-Feb-19 15:28 
GeneralRe: Multiple returns from methods or clean code flow Pin
MSBassSinger19-Feb-19 15:34
professionalMSBassSinger19-Feb-19 15:34 
AnswerRe: Multiple returns from methods or clean code flow Pin
SeattleC++18-Feb-19 12:13
SeattleC++18-Feb-19 12:13 
AnswerRe: Multiple returns from methods or clean code flow Pin
frazGJF18-Feb-19 18:08
frazGJF18-Feb-19 18:08 
AnswerRe: Multiple returns from methods or clean code flow Pin
BillWoodruff19-Feb-19 0:45
professionalBillWoodruff19-Feb-19 0:45 
Fascinating discussion !

While recognizing the special constraints of device driver, and down-to-the-hardware specific, programming, in a high-level language, like C#, with a powerful optimizing compiler, I favor multiple returns, and "defensive" error checking (throw immediately) wherever possible, asap.

For me, "deeply nested" is for the (recursive) birds.
«Where is the Life we have lost in living? Where is the wisdom we have lost in knowledge? Where is the knowledge we have lost in information?» T. S. Elliot

AnswerRe: Multiple returns from methods or clean code flow Pin
S.Donovan19-Feb-19 3:03
professionalS.Donovan19-Feb-19 3:03 
AnswerRe: Multiple returns from methods or clean code flow Pin
Kirk 1038982119-Feb-19 7:32
Kirk 1038982119-Feb-19 7:32 
GeneralThought of the Day Pin
OriginalGriff15-Feb-19 4:50
mveOriginalGriff15-Feb-19 4:50 
GeneralRe: Thought of the Day Pin
User 483504715-Feb-19 5:05
User 483504715-Feb-19 5:05 
GeneralRe: Thought of the Day Pin
lopatir15-Feb-19 5:09
lopatir15-Feb-19 5:09 
GeneralRe: Thought of the Day Pin
dandy7215-Feb-19 5:36
dandy7215-Feb-19 5:36 
GeneralRe: Thought of the Day Pin
  Forogar  15-Feb-19 5:37
professional  Forogar  15-Feb-19 5:37 
GeneralRe: Thought of the Day Pin
Rajesh R Subramanian15-Feb-19 9:15
professionalRajesh R Subramanian15-Feb-19 9:15 
GeneralRe: Thought of the Day Pin
dandy7216-Feb-19 5:53
dandy7216-Feb-19 5:53 
GeneralRe: Thought of the Day Pin
Rajesh R Subramanian18-Feb-19 1:24
professionalRajesh R Subramanian18-Feb-19 1:24 
GeneralRe: Thought of the Day Pin
megaadam15-Feb-19 5:42
professionalmegaadam15-Feb-19 5:42 
GeneralRe: Thought of the Day Pin
jeron115-Feb-19 6:11
jeron115-Feb-19 6:11 
GeneralRe: Thought of the Day Pin
lopatir15-Feb-19 6:28
lopatir15-Feb-19 6:28 
GeneralRe: Thought of the Day Pin
jeron115-Feb-19 6:33
jeron115-Feb-19 6:33 
GeneralRe: Thought of the Day Pin
Mike Hankey15-Feb-19 7:47
mveMike Hankey15-Feb-19 7:47 
GeneralRe: Thought of the Day Pin
DRHuff15-Feb-19 10:27
DRHuff15-Feb-19 10:27 
GeneralToday is a good day Pin
Sander Rossel15-Feb-19 4:07
professionalSander Rossel15-Feb-19 4:07 

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.