Click here to Skip to main content
15,895,011 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: Studying informatics... Pin
DevSolar11-Mar-08 0:29
DevSolar11-Mar-08 0:29 
GeneralRe: Studying informatics... Pin
Lutosław11-Mar-08 0:54
Lutosław11-Mar-08 0:54 
GeneralRe: Studying informatics... Pin
Tristan Rhodes11-Mar-08 2:34
Tristan Rhodes11-Mar-08 2:34 
GeneralRe: Studying informatics... Pin
Lutosław11-Mar-08 12:23
Lutosław11-Mar-08 12:23 
GeneralRe: Studying informatics... Pin
Megidolaon18-Jun-08 4:14
Megidolaon18-Jun-08 4:14 
JokeRe: Studying informatics... Pin
jhwurmbach12-Mar-08 7:20
jhwurmbach12-Mar-08 7:20 
GeneralRe: Studying informatics... Pin
Lutosław12-Mar-08 13:02
Lutosław12-Mar-08 13:02 
GeneralThe Useful DLL Pin
VentsyV10-Mar-08 7:32
VentsyV10-Mar-08 7:32 
public sealed class ClassName: ClassNameBase<br />
{<br />
   //Stuff<br />
<br />
   internal ClassName(Type1 param1, Type2 param2) :base( param1, param2)<br />
   {<br />
   }<br />
}


Whats the beauty of it ?? The class does not have a single static member, and is compiled all by itself to a DLL.
GeneralRe: The Useful DLL Pin
Pete O'Hanlon10-Mar-08 12:24
mvePete O'Hanlon10-Mar-08 12:24 
GeneralRe: The Useful DLL Pin
VentsyV11-Mar-08 8:20
VentsyV11-Mar-08 8:20 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon11-Mar-08 11:52
mvePete O'Hanlon11-Mar-08 11:52 
GeneralRe: The Useful DLL Pin
leppie12-Mar-08 6:13
leppie12-Mar-08 6:13 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon12-Mar-08 13:02
mvePete O'Hanlon12-Mar-08 13:02 
GeneralRe: The Useful DLL Pin
leppie12-Mar-08 6:09
leppie12-Mar-08 6:09 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon12-Mar-08 12:38
mvePete O'Hanlon12-Mar-08 12:38 
GeneralRe: The Useful DLL Pin
leppie12-Mar-08 19:44
leppie12-Mar-08 19:44 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon12-Mar-08 22:53
mvePete O'Hanlon12-Mar-08 22:53 
GeneralRe: The Useful DLL Pin
VentsyV14-Mar-08 8:36
VentsyV14-Mar-08 8:36 
GeneralRe: The Useful DLL Pin
leppie14-Mar-08 9:29
leppie14-Mar-08 9:29 
GeneralRe: The Useful DLL Pin
PIEBALDconsult16-Mar-08 5:53
mvePIEBALDconsult16-Mar-08 5:53 
GeneralRe: The Useful DLL Pin
leppie16-Mar-08 6:07
leppie16-Mar-08 6:07 
GeneralRe: The Useful DLL Pin
PIEBALDconsult16-Mar-08 7:25
mvePIEBALDconsult16-Mar-08 7:25 
GeneralRe: The Useful DLL Pin
VentsyV19-Mar-08 11:05
VentsyV19-Mar-08 11:05 
GeneralAudible Horror Pin
Philip Laureano8-Mar-08 11:10
Philip Laureano8-Mar-08 11:10 
GeneralRe: Audible Horror Pin
Colin Angus Mackay8-Mar-08 12:36
Colin Angus Mackay8-Mar-08 12:36 

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.