Click here to Skip to main content
15,887,027 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: GCC version woes Pin
Greg Utas13-Apr-22 6:14
professionalGreg Utas13-Apr-22 6:14 
GeneralRe: GCC version woes Pin
honey the codewitch13-Apr-22 12:32
mvahoney the codewitch13-Apr-22 12:32 
GeneralRe: GCC version woes Pin
Greg Utas13-Apr-22 14:38
professionalGreg Utas13-Apr-22 14:38 
JokeRe: GCC version woes Pin
Richard Andrew x6413-Apr-22 7:15
professionalRichard Andrew x6413-Apr-22 7:15 
GeneralRe: GCC version woes Pin
den2k8813-Apr-22 22:00
professionalden2k8813-Apr-22 22:00 
GeneralRe: GCC version woes Pin
honey the codewitch14-Apr-22 1:01
mvahoney the codewitch14-Apr-22 1:01 
GeneralUseful Source Code Documentation Pin
Jacquers13-Apr-22 4:03
Jacquers13-Apr-22 4:03 
GeneralRe: Useful Source Code Documentation Pin
Greg Utas13-Apr-22 4:33
professionalGreg Utas13-Apr-22 4:33 
UML diagrams are useful for documenting an architecture--how classes collaborate. Beyond that, I look for good interface and implementation comments. Markup like Doxygen is noise that gives me gas. Comments should be in proper sentences that describe what code is going to do (interface comments) and how it's going to do it (the main focus of implementation comments). Comments that describe a few lines at a time are often annoying, no different than people who constantly interrupt. It's usually better to comment larger blocks of code.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.

GeneralRe: Useful Source Code Documentation Pin
honey the codewitch13-Apr-22 4:41
mvahoney the codewitch13-Apr-22 4:41 
GeneralRe: Useful Source Code Documentation PinPopular
raddevus13-Apr-22 9:45
mvaraddevus13-Apr-22 9:45 
GeneralRe: Useful Source Code Documentation Pin
Jon McKee13-Apr-22 14:19
professionalJon McKee13-Apr-22 14:19 
GeneralRe: Useful Source Code Documentation Pin
0x01AA13-Apr-22 4:49
mve0x01AA13-Apr-22 4:49 
GeneralRe: Useful Source Code Documentation Pin
Gerry Schmitz13-Apr-22 6:16
mveGerry Schmitz13-Apr-22 6:16 
GeneralRe: Useful Source Code Documentation Pin
RickZeeland13-Apr-22 6:40
mveRickZeeland13-Apr-22 6:40 
GeneralRe: Useful Source Code Documentation Pin
  Forogar  13-Apr-22 7:20
professional  Forogar  13-Apr-22 7:20 
GeneralRe: Useful Source Code Documentation Pin
Craig Robbins13-Apr-22 7:27
Craig Robbins13-Apr-22 7:27 
GeneralRe: Useful Source Code Documentation Pin
Greg Utas13-Apr-22 14:47
professionalGreg Utas13-Apr-22 14:47 
GeneralRe: Useful Source Code Documentation PinPopular
Sander Rossel13-Apr-22 11:13
professionalSander Rossel13-Apr-22 11:13 
GeneralRe: Useful Source Code Documentation Pin
Jacquers13-Apr-22 18:53
Jacquers13-Apr-22 18:53 
GeneralRe: Useful Source Code Documentation Pin
Wizard of Sleeves13-Apr-22 20:56
Wizard of Sleeves13-Apr-22 20:56 
GeneralRe: Useful Source Code Documentation Pin
charlieg14-Apr-22 1:30
charlieg14-Apr-22 1:30 
GeneralRe: Useful Source Code Documentation Pin
GuyThiebaut14-Apr-22 1:47
professionalGuyThiebaut14-Apr-22 1:47 
GeneralRe: Useful Source Code Documentation Pin
Kirk 1038982114-Apr-22 2:12
Kirk 1038982114-Apr-22 2:12 
GeneralRe: Useful Source Code Documentation Pin
JP Reyes14-Apr-22 4:55
JP Reyes14-Apr-22 4:55 
GeneralRe: Useful Source Code Documentation Pin
Caslen14-Apr-22 23:43
Caslen14-Apr-22 23:43 

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.