Click here to Skip to main content
15,886,362 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: New basic syntax Pin
bigbrownbeaver5-Oct-07 5:05
bigbrownbeaver5-Oct-07 5:05 
GeneralRe: New basic syntax Pin
Luc Pattyn5-Oct-07 5:13
sitebuilderLuc Pattyn5-Oct-07 5:13 
GeneralWhy is my code so slow? Pin
Humble Programmer2-Oct-07 5:01
Humble Programmer2-Oct-07 5:01 
GeneralRe: Why is my code so slow? Pin
Albu Marius2-Oct-07 5:13
Albu Marius2-Oct-07 5:13 
GeneralRe: Why is my code so slow? Pin
jhwurmbach2-Oct-07 6:16
jhwurmbach2-Oct-07 6:16 
GeneralRe: Why is my code so slow? Pin
KarstenK3-Oct-07 20:55
mveKarstenK3-Oct-07 20:55 
GeneralRe: Why is my code so slow? Pin
M@dHatter6-Oct-07 3:55
M@dHatter6-Oct-07 3:55 
JokeRe: Why is my code so slow? Pin
Muammar©7-Oct-07 0:58
Muammar©7-Oct-07 0:58 
Humble Programmer wrote:
string EntityID = new System.Text.StringBuilder("").ToString();


string EntityID = new System.Text.StringBuilder("").ToString()<blink>.Replace("", "");</blink>
This should make it faster;P




Smile: A curve that can set a lot of things straight!
(\ /)
(O.o)
(><)

GeneralRe: Why is my code so slow? Pin
Dan Neely8-Oct-07 2:25
Dan Neely8-Oct-07 2:25 
GeneralRe: Why is my code so slow? Pin
Joe Programm3r25-Oct-07 6:28
Joe Programm3r25-Oct-07 6:28 
GeneralRe: Why is my code so slow? Pin
Muammar©25-Oct-07 9:29
Muammar©25-Oct-07 9:29 
GeneralGood thing we use a transaction... Pin
GibbleCH27-Sep-07 6:58
GibbleCH27-Sep-07 6:58 
JokeRe: Good thing we use a transaction... Pin
Chris Meech27-Sep-07 7:15
Chris Meech27-Sep-07 7:15 
GeneralRe: Good thing we use a transaction... Pin
Muammar©7-Oct-07 1:03
Muammar©7-Oct-07 1:03 
GeneralRe: Good thing we use a transaction... Pin
Pete O'Hanlon27-Sep-07 22:23
mvePete O'Hanlon27-Sep-07 22:23 
GeneralRe: Good thing we use a transaction... Pin
Xiangyang Liu 刘向阳28-Sep-07 2:58
Xiangyang Liu 刘向阳28-Sep-07 2:58 
GeneralRe: Good thing we use a transaction... Pin
PIEBALDconsult28-Sep-07 4:31
mvePIEBALDconsult28-Sep-07 4:31 
GeneralRe: Good thing we use a transaction... Pin
KarstenK1-Oct-07 2:07
mveKarstenK1-Oct-07 2:07 
GeneralCoding Horror of the Millennium in a banking application Pin
Vasudevan Deepak Kumar26-Sep-07 21:12
Vasudevan Deepak Kumar26-Sep-07 21:12 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
DavieL26-Sep-07 23:11
DavieL26-Sep-07 23:11 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Paddy Boyd26-Sep-07 23:53
Paddy Boyd26-Sep-07 23:53 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Joe27-Sep-07 2:02
Joe27-Sep-07 2:02 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Michael Sync2-Oct-07 21:40
Michael Sync2-Oct-07 21:40 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Fatbuddha 12-Oct-07 22:02
Fatbuddha 12-Oct-07 22:02 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Rajesh R Subramanian2-Oct-07 22:48
professionalRajesh R Subramanian2-Oct-07 22:48 

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.