Click here to Skip to main content
15,893,508 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: Do you Program in Paragraphs or Sentances? Pin
Maximilien31-May-18 6:33
Maximilien31-May-18 6:33 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
RandyBuchholz31-May-18 6:46
RandyBuchholz31-May-18 6:46 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Slacker00731-May-18 7:04
professionalSlacker00731-May-18 7:04 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
RandyBuchholz31-May-18 8:08
RandyBuchholz31-May-18 8:08 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Mycroft Holmes31-May-18 13:35
professionalMycroft Holmes31-May-18 13:35 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
PIEBALDconsult31-May-18 7:08
mvePIEBALDconsult31-May-18 7:08 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Eric Lynch31-May-18 7:22
Eric Lynch31-May-18 7:22 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
RandyBuchholz31-May-18 7:48
RandyBuchholz31-May-18 7:48 
I'll use that format too, or use parens like braces. Sometimes I'll put my conditionals on the next line. Sometimes it seems clearer. But not always. This tells me a lot but is really hard to read.
list
  .WhenNotEmpty()
    ?.ForEach(
      s => s.Prepare(out var r)
      ?.Manipulate(r)
  );

I should be consistent... Sigh | :sigh:

The analogy was a little loose. Maybe bullets and paragraphs would be better. Overall I kind-of missed the mark. Basically, when I'm reading code and have to scroll through many lines of code my mind goes to the details of the code and not the business flow. I like a style that favors "what it does" to "how it does it".
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Slacker00731-May-18 9:27
professionalSlacker00731-May-18 9:27 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
dbrenth31-May-18 7:31
dbrenth31-May-18 7:31 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Marc Clifton31-May-18 9:05
mvaMarc Clifton31-May-18 9:05 
JokeThat's not the question Pin
CodeWraith31-May-18 7:40
CodeWraith31-May-18 7:40 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
W Balboos, GHB31-May-18 7:40
W Balboos, GHB31-May-18 7:40 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Scott Serl31-May-18 7:43
Scott Serl31-May-18 7:43 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
RandyBuchholz31-May-18 7:55
RandyBuchholz31-May-18 7:55 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Marc Clifton31-May-18 8:40
mvaMarc Clifton31-May-18 8:40 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Marc Clifton31-May-18 9:11
mvaMarc Clifton31-May-18 9:11 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Richard Deeming31-May-18 9:49
mveRichard Deeming31-May-18 9:49 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Marc Clifton1-Jun-18 2:19
mvaMarc Clifton1-Jun-18 2:19 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
RandyBuchholz31-May-18 10:05
RandyBuchholz31-May-18 10:05 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Munchies_Matt31-May-18 17:56
Munchies_Matt31-May-18 17:56 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
GenJerDan31-May-18 20:15
GenJerDan31-May-18 20:15 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
kalberts1-Jun-18 6:44
kalberts1-Jun-18 6:44 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
soulesurfer31-May-18 22:25
soulesurfer31-May-18 22:25 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
RandyBuchholz1-Jun-18 1:59
RandyBuchholz1-Jun-18 1:59 

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.