Click here to Skip to main content
15,886,059 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: trying to figure out if number is negative Pin
PIEBALDconsult26-Oct-09 4:40
mvePIEBALDconsult26-Oct-09 4:40 
GeneralRe: trying to figure out if number is negative Pin
Keith Barrow27-Oct-09 7:55
professionalKeith Barrow27-Oct-09 7:55 
GeneralRe: trying to figure out if number is negative Pin
David Skelly28-Oct-09 23:56
David Skelly28-Oct-09 23:56 
GeneralWhen ASP.NET programmers don't know JavaScript Pin
Gordon Kushner12-Oct-09 5:14
Gordon Kushner12-Oct-09 5:14 
GeneralRe: When ASP.NET programmers don't know JavaScript Pin
Paulo Zemek12-Oct-09 5:54
mvaPaulo Zemek12-Oct-09 5:54 
JokeRe: When ASP.NET programmers don't know JavaScript Pin
Jeroen De Dauw12-Oct-09 7:30
Jeroen De Dauw12-Oct-09 7:30 
GeneralRe: When ASP.NET programmers don't know JavaScript PinPopular
Electron Shepherd13-Oct-09 0:20
Electron Shepherd13-Oct-09 0:20 
GeneralRe: When ASP.NET programmers don't know JavaScript Pin
Luc Pattyn13-Oct-09 3:40
sitebuilderLuc Pattyn13-Oct-09 3:40 
gkushner wrote:
Developer, meet isNaN


Nope.
isNaN takes a float/double as an input, all it does is keep track of a mathematical mishap, such as taking the logarithm of a negative number.
It does not deal with a string that may or may not represent something that is considered a valid number (before you can apply isNaN, you have to try and parse the string to a number, and that is what the code is about)

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? Neen!


GeneralRe: When ASP.NET programmers don't know JavaScript Pin
robocodeboy15-Oct-09 0:19
robocodeboy15-Oct-09 0:19 
GeneralRe: When ASP.NET programmers don't know JavaScript Pin
PIEBALDconsult13-Oct-09 11:38
mvePIEBALDconsult13-Oct-09 11:38 
GeneralRe: When ASP.NET programmers don't know JavaScript Pin
Gordon Kushner13-Oct-09 12:39
Gordon Kushner13-Oct-09 12:39 
GeneralRe: When ASP.NET programmers don't know JavaScript Pin
dojohansen15-Oct-09 0:12
dojohansen15-Oct-09 0:12 
GeneralRe: When ASP.NET programmers don't know JavaScript Pin
Lutosław15-Oct-09 22:38
Lutosław15-Oct-09 22:38 
GeneralCode In Need Of Cleanup [modified] Pin
Kevin Marois8-Oct-09 12:29
professionalKevin Marois8-Oct-09 12:29 
GeneralRe: Code In Need Of Cleanup Pin
GibbleCH9-Oct-09 4:50
GibbleCH9-Oct-09 4:50 
GeneralRe: Code In Need Of Cleanup Pin
AspDotNetDev26-Oct-09 1:16
protectorAspDotNetDev26-Oct-09 1:16 
GeneralWasted space Pin
Jim (SS)8-Oct-09 6:22
Jim (SS)8-Oct-09 6:22 
GeneralRe: Wasted space Pin
Jaime Olivares8-Oct-09 9:05
Jaime Olivares8-Oct-09 9:05 
GeneralRe: Wasted space Pin
Jim (SS)8-Oct-09 9:12
Jim (SS)8-Oct-09 9:12 
GeneralRe: Wasted space Pin
dojohansen15-Oct-09 0:23
dojohansen15-Oct-09 0:23 
GeneralRe: Wasted space Pin
josda10008-Oct-09 9:39
josda10008-Oct-09 9:39 
JokeRe: Wasted space Pin
PIEBALDconsult8-Oct-09 17:05
mvePIEBALDconsult8-Oct-09 17:05 
GeneralRe: Wasted space Pin
V.8-Oct-09 21:37
professionalV.8-Oct-09 21:37 
GeneralRe: Wasted space Pin
dojohansen15-Oct-09 0:32
dojohansen15-Oct-09 0:32 
GeneralRe: Wasted space Pin
V.15-Oct-09 0:34
professionalV.15-Oct-09 0:34 

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.