Comentarios extraños en los codigos fuentes

// sometimes I believe compiler ignores all my comments

———————————————————————————-

// I dedicate all this code, all my work, to my wife, Darlene, who will

// have to support me and our three children and the dog once it gets

// released into the public.

———————————————————————————-

return 1; # returns 1

———————————————————————————-

//When I wrote this, only God and I understood what I was doing

//Now, God only knows

———————————————————————————-

/*

* You may think you know what the following code does.

* But you dont. Trust me.

* Fiddle with it, and youll spend many a sleepless

* night cursing the moment you thought youd be clever

* enough to “optimize” the code below.
* Now close this file and go play with something else.

*/

———————————————————————————-

/**
* For the brave souls who get this far: You are the chosen ones,

* the valiant knights of programming who toil away, without rest,

* fixing our most awful code. To you, true saviors, kings of men,

* I say this: never gonna give you up, never gonna let you down,

* never gonna run around and desert you. Never gonna make you cry,

* never gonna say goodbye. Never gonna tell a lie and hurt you.

*/

----------------------------------------------------------------------------------

//

// Dear maintainer:

//

// Once you are done trying to 'optimize' this routine,
// and have realized what a terrible mistake that was,
// please increment the following counter as a warning
// to the next guy:

//

// total_hours_wasted_here = 16

//

----------------------------------------------------------------------------------

//This code sucks, you know it and I know it.

//Move on and call me an idiot later.

----------------------------------------------------------------------------------

//I am not sure why this works but it fixes the problem.

----------------------------------------------------------------------------------

# However, this only works if there are MULTIPLE checkboxes!

# The f*cking JS DOM *changes* based on one or multiple boxes!?!?!

# Damn damn damn I hate the JavaScript DOM so damn much!!!!!!

----------------------------------------------------------------------------------

# code below replaces code above - any problems?

# yeah, it doesn't f*cking work.