Click here to Skip to main content
15,886,857 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: shame to my tester or me? Pin
grralph12-May-12 23:53
grralph12-May-12 23:53 
GeneralRe: shame to my tester or me? Pin
Paulo_JCG3-May-12 0:10
professionalPaulo_JCG3-May-12 0:10 
GeneralRe: shame to my tester or me? Pin
Michael Kingsford Gray3-May-12 0:38
Michael Kingsford Gray3-May-12 0:38 
GeneralRe: shame to my tester or me? Pin
englebart3-May-12 2:33
professionalenglebart3-May-12 2:33 
GeneralRe: shame to my tester or me? Pin
Anna-Jayne Metcalfe3-May-12 4:49
Anna-Jayne Metcalfe3-May-12 4:49 
GeneralRe: shame to my tester or me? Pin
Eugene Peng3-May-12 13:43
Eugene Peng3-May-12 13:43 
GeneralRe: shame to my tester or me? Pin
KP Lee5-May-12 11:21
KP Lee5-May-12 11:21 
GeneralRe: shame to my tester or me? Pin
pietvredeveld4-May-12 7:58
pietvredeveld4-May-12 7:58 
First shame on you. When transfer any data over the wire, you should it do it in a system independent format. When for some reason it is impossible to do that, you should take system differences in account. That is: verify what differences there are and (unit)test you're code against the whole valid range and handle invalid data.

Shame on the tester to, he also should be aware of difficulties in the domain he is testing.

But most of all shame on you. A developer never can hide behind the the tester (or even the architect). He has it's own responsibility to make the software work, without errors.

modified 7-May-12 12:55pm.

GeneralRe: shame to my tester or me? Pin
KP Lee5-May-12 10:11
KP Lee5-May-12 10:11 
GeneralSetDate Pin
loctrice26-Apr-12 8:06
professionalloctrice26-Apr-12 8:06 
GeneralRe: SetDate Pin
Brisingr Aerowing26-Apr-12 8:15
professionalBrisingr Aerowing26-Apr-12 8:15 
GeneralRe: SetDate Pin
loctrice26-Apr-12 8:52
professionalloctrice26-Apr-12 8:52 
GeneralRe: SetDate Pin
GibbleCH26-Apr-12 9:00
GibbleCH26-Apr-12 9:00 
GeneralRe: SetDate Pin
Brisingr Aerowing26-Apr-12 9:06
professionalBrisingr Aerowing26-Apr-12 9:06 
GeneralRe: SetDate Pin
Brisingr Aerowing26-Apr-12 9:05
professionalBrisingr Aerowing26-Apr-12 9:05 
GeneralRe: SetDate Pin
loctrice26-Apr-12 11:01
professionalloctrice26-Apr-12 11:01 
GeneralRe: SetDate Pin
Brisingr Aerowing26-Apr-12 12:54
professionalBrisingr Aerowing26-Apr-12 12:54 
GeneralRe: SetDate Pin
loctrice26-Apr-12 16:01
professionalloctrice26-Apr-12 16:01 
JokeRe: SetDate PinPopular
AspDotNetDev26-Apr-12 13:45
protectorAspDotNetDev26-Apr-12 13:45 
GeneralRe: SetDate Pin
Bernhard Hiller26-Apr-12 22:02
Bernhard Hiller26-Apr-12 22:02 
GeneralRe: SetDate Pin
loctrice27-Apr-12 1:53
professionalloctrice27-Apr-12 1:53 
GeneralRe: SetDate Pin
R. Giskard Reventlov27-Apr-12 12:39
R. Giskard Reventlov27-Apr-12 12:39 
GeneralThats why i hate c++ Pin
Vasily Tserekh24-Apr-12 3:35
Vasily Tserekh24-Apr-12 3:35 
GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh24-Apr-12 3:43
Vasily Tserekh24-Apr-12 3:43 
GeneralRe: Thats why i hate c++ PinPopular
glennPattonWork327-Apr-12 0:18
professionalglennPattonWork327-Apr-12 0:18 

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.