Click here to Skip to main content
15,895,142 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: Doxygen is not documentation PinPopular
#realJSOP7-Jul-21 9:09
mve#realJSOP7-Jul-21 9:09 
Generalre: "We don't use Doxygen Pin
etkid848-Jul-21 3:55
etkid848-Jul-21 3:55 
GeneralRe: re: "We don't use Doxygen Pin
#realJSOP8-Jul-21 23:09
mve#realJSOP8-Jul-21 23:09 
GeneralRe: Doxygen is not documentation Pin
dandy728-Jul-21 4:22
dandy728-Jul-21 4:22 
GeneralRe: Doxygen is not documentation Pin
Marc Clifton7-Jul-21 3:22
mvaMarc Clifton7-Jul-21 3:22 
GeneralRe: Doxygen is not documentation Pin
hpcoder211-Jul-21 0:00
hpcoder211-Jul-21 0:00 
GeneralRe: Doxygen is not documentation Pin
honey the codewitch11-Jul-21 2:34
mvahoney the codewitch11-Jul-21 2:34 
GeneralRe: Doxygen is not documentation Pin
Gary R. Wheeler7-Jul-21 12:36
Gary R. Wheeler7-Jul-21 12:36 
Agreed. I have an intense dislike for over-commenting. I'll quote something Dan Saks, one-time Secretary of the ANSI/ISO C++ Standard Committee, said in a C++ class he taught at my employer:

"If at all possible, say it in code. Otherwise, say it in a comment."

I've followed this advice ever since. Careful naming eliminates most of the "what is this?" sort of comments that a lot of people write. If I'm implementing a specific algorithm or to a particular specification, I'll include that information in a comment. I despise text-mode graphic comments with cutesy graphics or anything of that crap. The only exceptions are I do occasionally use 'dividers' like this:
// ------------------------------------------------------------------------------
// Heading text
// ------------------------------------------------------------------------------
to partition logical sections of the code or declarations. We also have a change list tool as part of our automatic build process that constructs a change history correlated by version based upon comments in the source code.
Software Zen: delete this;

GeneralRe: Doxygen is not documentation Pin
RickZeeland7-Jul-21 1:44
mveRickZeeland7-Jul-21 1:44 
GeneralRe: Doxygen is not documentation Pin
honey the codewitch7-Jul-21 2:34
mvahoney the codewitch7-Jul-21 2:34 
GeneralRe: Doxygen is not documentation Pin
jsc427-Jul-21 3:28
professionaljsc427-Jul-21 3:28 
GeneralRe: Doxygen is not documentation Pin
  Forogar  7-Jul-21 4:33
professional  Forogar  7-Jul-21 4:33 
GeneralRe: Doxygen is not documentation Pin
PIEBALDconsult7-Jul-21 3:09
mvePIEBALDconsult7-Jul-21 3:09 
GeneralRe: Doxygen is not documentation Pin
honey the codewitch7-Jul-21 4:41
mvahoney the codewitch7-Jul-21 4:41 
GeneralRe: Doxygen is not documentation Pin
MadGerbil8-Jul-21 1:47
MadGerbil8-Jul-21 1:47 
GeneralRe: Doxygen is not documentation Pin
SeattleC++8-Jul-21 6:15
SeattleC++8-Jul-21 6:15 
GeneralRe: Doxygen is not documentation Pin
Stefan_Lang10-Jul-21 23:10
Stefan_Lang10-Jul-21 23:10 
GeneralRe: Doxygen is not documentation Pin
den2k8811-Jul-21 20:56
professionalden2k8811-Jul-21 20:56 
GeneralCCC 2021-07-07 Pin
Greg Utas6-Jul-21 23:11
professionalGreg Utas6-Jul-21 23:11 
GeneralRe: CCC 2021-07-07 Pin
pkfox6-Jul-21 23:39
professionalpkfox6-Jul-21 23:39 
GeneralRe: CCC 2021-07-07 Pin
Greg Utas6-Jul-21 23:41
professionalGreg Utas6-Jul-21 23:41 
GeneralRe: CCC 2021-07-07 Pin
OriginalGriff6-Jul-21 23:44
mveOriginalGriff6-Jul-21 23:44 
GeneralRe: CCC 2021-07-07 Pin
Greg Utas6-Jul-21 23:48
professionalGreg Utas6-Jul-21 23:48 
GeneralOi Griff ! Pin
pkfox6-Jul-21 22:58
professionalpkfox6-Jul-21 22:58 
GeneralRe: Oi Griff ! Pin
OriginalGriff6-Jul-21 23:16
mveOriginalGriff6-Jul-21 23:16 

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.