Click here to Skip to main content
15,884,425 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralCommenting code... Pin
Sander Rossel4-Sep-11 20:47
professionalSander Rossel4-Sep-11 20:47 
GeneralRe: Commenting code... Pin
Firo Atrum Ventus4-Sep-11 22:02
Firo Atrum Ventus4-Sep-11 22:02 
GeneralRe: Commenting code... Pin
Allan Thomas5-Sep-11 14:53
Allan Thomas5-Sep-11 14:53 
GeneralRe: Commenting code... Pin
Sander Rossel5-Sep-11 19:56
professionalSander Rossel5-Sep-11 19:56 
GeneralRe: Commenting code... Pin
BobJanova5-Sep-11 23:04
BobJanova5-Sep-11 23:04 
GeneralRe: Commenting code... Pin
tobep9-Sep-11 7:13
tobep9-Sep-11 7:13 
GeneralRe: Commenting code... Pin
Sander Rossel9-Sep-11 7:22
professionalSander Rossel9-Sep-11 7:22 
GeneralRe: Commenting code... PinPopular
RCoate5-Sep-11 18:37
RCoate5-Sep-11 18:37 
I am always happy to err on the side of over commenting code than to leave something undocumented.

I have had to work on enough code that has been poorly documented to appreciate that stuff that may be ovious to me (as the author) can be opaque to another programmer who may have a different backgroud or skill set to me.

You can go overboard with comments, but semantically (despite that this is standard MS behaviour), frm.Select does not suggest activation, it suggests selection.

If you boss is from a different (programming) language background, the Select keyword could do something completely different.
GeneralRe: Commenting code... Pin
Sander Rossel5-Sep-11 19:58
professionalSander Rossel5-Sep-11 19:58 
GeneralRe: Commenting code... PinPopular
Rob Grainger6-Sep-11 0:32
Rob Grainger6-Sep-11 0:32 
GeneralRe: Commenting code... Pin
Firo Atrum Ventus6-Sep-11 14:35
Firo Atrum Ventus6-Sep-11 14:35 
GeneralRe: Commenting code... Pin
Stefan_Lang30-Sep-11 2:59
Stefan_Lang30-Sep-11 2:59 
GeneralRe: Commenting code... Pin
MicroVirus6-Sep-11 2:57
MicroVirus6-Sep-11 2:57 
GeneralRe: Commenting code... Pin
RCoate6-Sep-11 15:07
RCoate6-Sep-11 15:07 
GeneralRe: Commenting code... Pin
Nagy Vilmos5-Sep-11 22:43
professionalNagy Vilmos5-Sep-11 22:43 
GeneralRe: Commenting code... PinPopular
Al_Brown6-Sep-11 0:01
Al_Brown6-Sep-11 0:01 
GeneralRe: Commenting code... Pin
Sander Rossel6-Sep-11 6:46
professionalSander Rossel6-Sep-11 6:46 
GeneralRe: Commenting code... Pin
Al_Brown6-Sep-11 23:34
Al_Brown6-Sep-11 23:34 
GeneralRe: Commenting code... Pin
Ian Shlasko6-Sep-11 2:01
Ian Shlasko6-Sep-11 2:01 
GeneralRe: Commenting code... Pin
CDP18026-Sep-11 21:28
CDP18026-Sep-11 21:28 
GeneralRe: Commenting code... Pin
Keith Barrow6-Sep-11 3:01
professionalKeith Barrow6-Sep-11 3:01 
GeneralRe: Commenting code... Pin
Sander Rossel6-Sep-11 6:48
professionalSander Rossel6-Sep-11 6:48 
GeneralRe: Commenting code... Pin
Phan7om8-Sep-11 2:29
Phan7om8-Sep-11 2:29 
GeneralRe: Commenting code... Pin
annathor8-Sep-11 22:53
annathor8-Sep-11 22:53 
GeneralShort but stinky... PinPopular
Rob Grainger4-Sep-11 4:29
Rob Grainger4-Sep-11 4:29 

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.