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

 
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 
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 
RCoate wrote:
If you boss is from a different (programming) language background, the Select keyword could do something completely different.


I think the thing about comments here is that the Select statement is a standard .NET language construct. Therefore, you should know it if you program .NET. If you don't, you should look it up and then know it.

Comments should be used for the non-obvious stuff, such as explaining (in short) an algorithm, or a couple of steps of code, or an (at first sight) unusual construct.

At least, that's what I think. I'm a great proponent of commenting code though.
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 
GeneralRe: Short but stinky... Pin
BillW334-Sep-11 16:13
professionalBillW334-Sep-11 16:13 
JokeRe: Short but stinky... Pin
Peter_in_27804-Sep-11 18:57
professionalPeter_in_27804-Sep-11 18:57 
JokeA bad Case of comparison PinPopular
Julien Villers1-Sep-11 3:58
professionalJulien Villers1-Sep-11 3:58 
GeneralRe: A bad Case of comparison Pin
thoiness1-Sep-11 4:16
thoiness1-Sep-11 4:16 
GeneralRe: A bad Case of comparison Pin
Jeroen De Dauw1-Sep-11 9:21
Jeroen De Dauw1-Sep-11 9:21 

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.