Click here to Skip to main content
15,888,610 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.

 
JokeRe: Hare Pin
jeron127-Apr-22 4:32
jeron127-Apr-22 4:32 
GeneralRe: Hare Pin
Paul Sanders (the other one)27-Apr-22 4:51
Paul Sanders (the other one)27-Apr-22 4:51 
GeneralRe: Hare Pin
PIEBALDconsult27-Apr-22 6:59
mvePIEBALDconsult27-Apr-22 6:59 
GeneralHow I become a better coder PinPopular
honey the codewitch26-Apr-22 19:00
mvahoney the codewitch26-Apr-22 19:00 
GeneralRe: How I become a better coder Pin
Mike Hankey27-Apr-22 3:51
mveMike Hankey27-Apr-22 3:51 
GeneralRe: How I become a better coder Pin
pkfox27-Apr-22 4:09
professionalpkfox27-Apr-22 4:09 
GeneralRe: How I become a better coder Pin
Mike Hankey27-Apr-22 4:14
mveMike Hankey27-Apr-22 4:14 
GeneralRe: How I become a better coder Pin
honey the codewitch27-Apr-22 4:39
mvahoney the codewitch27-Apr-22 4:39 
This might be a situation like TDD where it's a lot less overwhelming if you do it as you go.

One thing I do in visual studio when I'm working professionally, or at least on an involved open source offering, is I mark warnings as errors in release builds and also tell it to generate docs from doc comments.

That way any publicly exposed methods that don't have doc comments on them get flagged as errors under the release builds.

It's a start.

But honestly, just try writing a technical article about your code. It doesn't have to be good - you might be the only reader of it.

But with it, you can generate an outline, and with that a table of contents.

Failing that, you can go through the header files and start your outline with the name of each, before drilling down into them. If you already divide your source code out into multiple files as a matter of course this can work pretty well in terms of getting you started.

And if you're not great at writing, write samples. Lean on that. A little bit of verbiage with a lot of example code.

I hope some of that helps. Smile | :)
To err is human. Fortune favors the monsters.

GeneralRe: How I become a better coder Pin
Mike Hankey27-Apr-22 4:44
mveMike Hankey27-Apr-22 4:44 
GeneralRe: How I become a better coder Pin
honey the codewitch27-Apr-22 4:34
mvahoney the codewitch27-Apr-22 4:34 
GeneralRe: How I become a better coder Pin
Mike Hankey27-Apr-22 4:42
mveMike Hankey27-Apr-22 4:42 
GeneralRe: How I become a better coder Pin
DRHuff27-Apr-22 10:41
DRHuff27-Apr-22 10:41 
GeneralRe: How I become a better coder Pin
jochance27-Apr-22 6:59
jochance27-Apr-22 6:59 
GeneralRe: How I become a better coder Pin
jmaida27-Apr-22 13:16
jmaida27-Apr-22 13:16 
GeneralRe: How I become a better coder Pin
john morrison leon28-Apr-22 0:03
john morrison leon28-Apr-22 0:03 
GeneralRe: How I become a better coder Pin
honey the codewitch28-Apr-22 0:26
mvahoney the codewitch28-Apr-22 0:26 
GeneralRe: How I become a better coder Pin
john morrison leon28-Apr-22 4:44
john morrison leon28-Apr-22 4:44 
GeneralRe: How I become a better coder Pin
Cpichols28-Apr-22 1:21
Cpichols28-Apr-22 1:21 
GeneralRe: How I become a better coder Pin
maze328-Apr-22 2:12
professionalmaze328-Apr-22 2:12 
GeneralRe: How I become a better coder Pin
honey the codewitch28-Apr-22 2:47
mvahoney the codewitch28-Apr-22 2:47 
GeneralWordle Hurdle Pin
Vivi Chellappa26-Apr-22 11:34
professionalVivi Chellappa26-Apr-22 11:34 
GeneralRe: Wordle Hurdle Pin
ChandraRam26-Apr-22 11:35
ChandraRam26-Apr-22 11:35 
GeneralRe: Wordle Hurdle Pin
Amarnath S26-Apr-22 14:21
professionalAmarnath S26-Apr-22 14:21 
GeneralRe: Wordle Hurdle Pin
Peter_in_278026-Apr-22 16:34
professionalPeter_in_278026-Apr-22 16:34 
GeneralRe: Wordle Hurdle Pin
OriginalGriff26-Apr-22 20:04
mveOriginalGriff26-Apr-22 20:04 

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.