Click here to Skip to main content
15,893,161 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 Disciplined Of A Coder Are You? Pin
PIEBALDconsult1-Aug-15 8:35
mvePIEBALDconsult1-Aug-15 8:35 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Kevin Marois1-Aug-15 8:47
professionalKevin Marois1-Aug-15 8:47 
GeneralRe: How Disciplined Of A Coder Are You? Pin
newton.saber1-Aug-15 10:28
newton.saber1-Aug-15 10:28 
GeneralRe: How Disciplined Of A Coder Are You? Pin
pkfox1-Aug-15 21:10
professionalpkfox1-Aug-15 21:10 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Ravi Bhavnani1-Aug-15 8:35
professionalRavi Bhavnani1-Aug-15 8:35 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Kevin Marois1-Aug-15 8:42
professionalKevin Marois1-Aug-15 8:42 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Ravi Bhavnani1-Aug-15 8:45
professionalRavi Bhavnani1-Aug-15 8:45 
GeneralRe: How Disciplined Of A Coder Are You? Pin
PIEBALDconsult1-Aug-15 9:20
mvePIEBALDconsult1-Aug-15 9:20 
I use regions occasionally. What I don't like (in C#) is that regions appear as compiler directives when they actually have no affect on the compiler, only on some (not all) text editors. But that doesn't keep me from using them when appropriate.

And I think defining regions based on purpose, rather than type is likely to provide greater value to the reader.

I prefer to split classes up into smaller files as appropriate -- to separate large chunks, such as features and whatnot. Huge monolithic class files are a poor design choice (and was flabbergasted when I found that C# v1 enforced it!) in my opinion. It is to be hoped that smaller files make working with a code management system simpler -- less branching and merging as there should be less need for multiple developers to work on the same file at the same time for instance. I don't care how good your merge engine is, the best merge engine is one you don't need to use.
GeneralRe: How Disciplined Of A Coder Are You? Pin
Gjeltema1-Aug-15 12:10
Gjeltema1-Aug-15 12:10 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Camilo Reyes1-Aug-15 14:09
professionalCamilo Reyes1-Aug-15 14:09 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Mycroft Holmes1-Aug-15 14:29
professionalMycroft Holmes1-Aug-15 14:29 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Mike Hankey1-Aug-15 9:09
mveMike Hankey1-Aug-15 9:09 
GeneralRe: How Disciplined Of A Coder Are You? Pin
CPallini1-Aug-15 10:59
mveCPallini1-Aug-15 10:59 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Nelek1-Aug-15 11:00
protectorNelek1-Aug-15 11:00 
GeneralRe: How Disciplined Of A Coder Are You? Pin
CPallini2-Aug-15 6:40
mveCPallini2-Aug-15 6:40 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Ron Anders1-Aug-15 10:58
Ron Anders1-Aug-15 10:58 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Ravi Bhavnani1-Aug-15 12:55
professionalRavi Bhavnani1-Aug-15 12:55 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Rage2-Aug-15 23:02
professionalRage2-Aug-15 23:02 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Gjeltema1-Aug-15 12:15
Gjeltema1-Aug-15 12:15 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Marc Clifton1-Aug-15 14:19
mvaMarc Clifton1-Aug-15 14:19 
GeneralRe: How Disciplined Of A Coder Are You? Pin
Super Lloyd1-Aug-15 20:12
Super Lloyd1-Aug-15 20:12 
GeneralRe: How Disciplined Of A Coder Are You? Pin
bryce2-Aug-15 16:13
bryce2-Aug-15 16:13 
Generalsubmission for the CodeProject 'Lounge Muzzle" contest Pin
BillWoodruff1-Aug-15 5:31
professionalBillWoodruff1-Aug-15 5:31 
GeneralRe: submission for the the CodeProject 'Lounge Muzzle" contest Pin
PIEBALDconsult1-Aug-15 5:57
mvePIEBALDconsult1-Aug-15 5:57 
GeneralRe: submission for the the CodeProject 'Lounge Muzzle" contest Pin
BillWoodruff1-Aug-15 8:49
professionalBillWoodruff1-Aug-15 8:49 

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.