Click here to Skip to main content
15,890,438 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
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 
If you use VS, you can change the formatting parameters depending on who you show the code to: Before showing your code to a code homeopath, you check every single option in the New Lines and Spacing sections and uncheck the Wrapping options. Then go to the closing brace of the file, delete and retype it, and the code is ready for presentation. When you go back to the coding, you set the switches back to your preferences, delete and retype the closing brace.

If you are fond of end-of-line comments, they won't be nicely lined up at column 70 when you show your code in diluted mode. That is usually a minor problem with the homeopaths; the never look beyond column 30 of the source file anyway. Besides, the majority of them are totally unfamiliar with the very concept of end-of-line comments; they put all comments into the huge commment block over every function.

This works fine with C#; I never tried with other languages.

In the old days before we had automatic formatting, and code discussions were based on hardcopy printouts, a nice trick was to print all source code double spaced. I have had homeopaths commenting point to a few specific blank lines telling that I could drop the blank to emphasize that they really go together - never noticing that the entire file had "blank lines" between every printed line - or three or five blank lines.
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 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
soulesurfer1-Jun-18 2:01
soulesurfer1-Jun-18 2:01 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
RandyBuchholz1-Jun-18 2:05
RandyBuchholz1-Jun-18 2:05 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
maze331-May-18 23:06
professionalmaze331-May-18 23:06 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Jacquers31-May-18 23:42
Jacquers31-May-18 23:42 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
kalberts1-Jun-18 3:11
kalberts1-Jun-18 3:11 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Sander Rossel31-May-18 23:45
professionalSander Rossel31-May-18 23:45 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
kalberts1-Jun-18 3:01
kalberts1-Jun-18 3:01 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
Sander Rossel1-Jun-18 3:09
professionalSander Rossel1-Jun-18 3:09 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
KBZX500031-May-18 23:48
KBZX500031-May-18 23:48 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
kalberts1-Jun-18 2:55
kalberts1-Jun-18 2:55 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
KBZX50001-Jun-18 4:37
KBZX50001-Jun-18 4:37 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
kalberts1-Jun-18 8:07
kalberts1-Jun-18 8:07 
GeneralRe: Do you Program in Paragraphs or Sentances? Pin
kalberts1-Jun-18 2:42
kalberts1-Jun-18 2:42 
GeneralRe: Do you Program in Paragraphs or Sentences? Pin
Bruce Patin1-Jun-18 4:11
Bruce Patin1-Jun-18 4:11 
GeneralRe: Do you Program in Paragraphs or Sentences? Pin
RandyBuchholz1-Jun-18 4:14
RandyBuchholz1-Jun-18 4:14 

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.