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.

 
JokeRe: Angry example Pin
StM0n26-Apr-11 4:45
StM0n26-Apr-11 4:45 
GeneralRe: Angry example Pin
AspDotNetDev26-Apr-11 6:14
protectorAspDotNetDev26-Apr-11 6:14 
JokeRe: Angry example Pin
Tech Code Freak27-Apr-11 19:38
Tech Code Freak27-Apr-11 19:38 
GeneralRe: Angry example Pin
swampwiz28-Apr-11 2:34
swampwiz28-Apr-11 2:34 
GeneralRe: Angry example Pin
Vladimir Svyatski29-Apr-11 8:19
professionalVladimir Svyatski29-Apr-11 8:19 
GeneralThe "fresco" Pin
Bruno Tagliapietra20-Apr-11 13:14
Bruno Tagliapietra20-Apr-11 13:14 
JokeRe: The "fresco" PinPopular
StM0n20-Apr-11 19:04
StM0n20-Apr-11 19:04 
JokeRe: The "fresco" PinPopular
Sander Rossel20-Apr-11 19:57
professionalSander Rossel20-Apr-11 19:57 
bruno.tagliapietra wrote:
"Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...."

This is not hard to unerstand. As a kid I watched the Smurfs on TV a lot. Watching that a lot made me familiar with their language. The language your co-worker speaks seems closely related to the Smurfs language. A basic rule for this language family is to replace every noun with another word, in your co-workers language this word is 'fresco'.
Learning a new language is never easy, but with a bit of practice you'll get there! Thumbs Up | :thumbsup:

bruno.tagliapietra wrote:


$(".TimeoutInMinutes").change(function() {
    UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
});

$(".Iteration").change(function() {
    UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
});
l

This language seems harder to decipher... D'Oh! | :doh:
It's an OO world.

GeneralRe: The "fresco" Pin
Bruno Tagliapietra20-Apr-11 21:27
Bruno Tagliapietra20-Apr-11 21:27 
GeneralRe: The "fresco" Pin
Albert Holguin22-Apr-11 17:16
professionalAlbert Holguin22-Apr-11 17:16 
GeneralRe: The "fresco" Pin
TorstenH.20-Apr-11 21:27
TorstenH.20-Apr-11 21:27 
GeneralRe: The "fresco" Pin
Bruno Tagliapietra20-Apr-11 22:09
Bruno Tagliapietra20-Apr-11 22:09 
GeneralRe: The "fresco" Pin
BillW3321-Apr-11 3:13
professionalBillW3321-Apr-11 3:13 
GeneralRe: The "fresco" Pin
wizardzz27-Apr-11 5:11
wizardzz27-Apr-11 5:11 
GeneralRe: The "fresco" Pin
TorstenH.27-Apr-11 11:34
TorstenH.27-Apr-11 11:34 
GeneralRe: The "fresco" Pin
AspDotNetDev27-Apr-11 12:00
protectorAspDotNetDev27-Apr-11 12:00 
GeneralRe: The "fresco" Pin
JohnLBevan28-Apr-11 2:18
professionalJohnLBevan28-Apr-11 2:18 
GeneralRe: The "fresco" Pin
BillWoodruff29-Apr-11 4:32
professionalBillWoodruff29-Apr-11 4:32 
GeneralNow this is bad.... PinPopular
emartinho18-Apr-11 11:23
emartinho18-Apr-11 11:23 
GeneralRe: Now this is bad.... Pin
Sander Rossel18-Apr-11 20:16
professionalSander Rossel18-Apr-11 20:16 
GeneralRe: Now this is bad.... Pin
Rajesh Anuhya18-Apr-11 20:32
professionalRajesh Anuhya18-Apr-11 20:32 
GeneralRe: Now this is bad.... Pin
TorstenH.18-Apr-11 20:45
TorstenH.18-Apr-11 20:45 
GeneralRe: Now this is bad.... Pin
Bernhard Hiller18-Apr-11 21:03
Bernhard Hiller18-Apr-11 21:03 
JokeRe: Now this is bad.... Pin
_Erik_19-Apr-11 5:40
_Erik_19-Apr-11 5:40 
GeneralRe: Now this is bad.... Pin
walterhevedeich19-Apr-11 16:08
professionalwalterhevedeich19-Apr-11 16:08 

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.