Click here to Skip to main content
15,887,175 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: How to split a string the hard way (VB6) Pin
Stanciu Vlad9-Mar-10 10:30
Stanciu Vlad9-Mar-10 10:30 
GeneralRe: How to split a string the hard way (VB6) Pin
Paulo Zemek9-Mar-10 10:35
mvaPaulo Zemek9-Mar-10 10:35 
GeneralEver heard of casting? Pin
ArchimaX3-Mar-10 0:49
ArchimaX3-Mar-10 0:49 
GeneralRe: Ever heard of casting? [modified] Pin
OriginalGriff3-Mar-10 1:11
mveOriginalGriff3-Mar-10 1:11 
AnswerMessage Removed Pin
3-Mar-10 1:24
chevu3-Mar-10 1:24 
GeneralRe: Ever heard of casting? Pin
johannesnestler3-Mar-10 3:52
johannesnestler3-Mar-10 3:52 
GeneralRe: Ever heard of casting? [modified] Pin
chevu3-Mar-10 16:25
chevu3-Mar-10 16:25 
GeneralRe: Ever heard of casting? Pin
Luc Pattyn3-Mar-10 16:41
sitebuilderLuc Pattyn3-Mar-10 16:41 
chevu wrote:
how can you say algo i gave takes more time to debug.. complexity of given algo is O(n)


O(n) and O(lg(n)) apply to execution time, not debugging time.

There are no formulas for debugging time; it depends on number of statements, decision points, readability of code, and initial number of bugs. Your code has more than 5 bugs, it will take you lots of time to find all of them. I suggest you try and fix and run it until the result is correct.

Hmmm | :|
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.

GeneralRe: Ever heard of casting? Pin
johannesnestler4-Mar-10 22:54
johannesnestler4-Mar-10 22:54 
GeneralRe: Ever heard of casting? Pin
Luc Pattyn3-Mar-10 4:39
sitebuilderLuc Pattyn3-Mar-10 4:39 
GeneralRe: Ever heard of casting? Pin
harold aptroot3-Mar-10 7:11
harold aptroot3-Mar-10 7:11 
JokeRe: Ever heard of casting? Pin
Stanciu Vlad3-Mar-10 3:25
Stanciu Vlad3-Mar-10 3:25 
JokeRe: Ever heard of casting? Pin
johannesnestler3-Mar-10 4:53
johannesnestler3-Mar-10 4:53 
GeneralRe: Ever heard of casting? Pin
johannesnestler3-Mar-10 3:48
johannesnestler3-Mar-10 3:48 
GeneralRe: Ever heard of casting? Pin
OriginalGriff3-Mar-10 4:29
mveOriginalGriff3-Mar-10 4:29 
GeneralRe: Ever heard of casting? Pin
johannesnestler3-Mar-10 4:42
johannesnestler3-Mar-10 4:42 
GeneralRe: Ever heard of casting? Pin
OriginalGriff3-Mar-10 4:51
mveOriginalGriff3-Mar-10 4:51 
GeneralRe: Ever heard of casting? Pin
johannesnestler3-Mar-10 4:55
johannesnestler3-Mar-10 4:55 
AnswerMessage Removed Pin
3-Mar-10 16:50
chevu3-Mar-10 16:50 
GeneralRe: Ever heard of casting? Pin
Luc Pattyn3-Mar-10 17:23
sitebuilderLuc Pattyn3-Mar-10 17:23 
GeneralRe: Ever heard of casting? Pin
chevu3-Mar-10 18:17
chevu3-Mar-10 18:17 
GeneralRe: Ever heard of casting? Pin
Stanciu Vlad3-Mar-10 23:54
Stanciu Vlad3-Mar-10 23:54 
JokeRe: Ever heard of casting? [modified] Pin
J4amieC4-Mar-10 1:19
J4amieC4-Mar-10 1:19 
GeneralMessage Removed Pin
4-Mar-10 1:35
chevu4-Mar-10 1:35 
GeneralRe: Ever heard of casting? Pin
J4amieC4-Mar-10 2:00
J4amieC4-Mar-10 2:00 

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.