#define rename hpux_sucks_wet_farts_from_dead_pigeonsHeh.
[...] it'll all just be too damn hard to figure out. So, I give up, the Mac just completely utterly sucks complete rocks and there nothing on the planet [...]posted by Civil_Disobedient at 5:25 AM on September 22, 2010
crap from Marketing
public void BindCompany(int companyId) { }
// snip
private void MakeSureNobodyAccidentallyGetsBittenByRichardsStupidity()
{
// Make sure nobody is actually using that fucking bindcompany method
MethodInfo m = this.GetType().GetMethod("BindCompany", BindingFlags.DeclaredOnly |
BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);
if (m != null)
{
throw new RichardIsAFuckingIdiotException("No!! Don't use the fucking BindCompany method!!!");
}
// P.S. this method is a joke ... the rest of the class is fucking serious
}
#ifdef STUPID_FUCKING_PIECE_OF_SHIT_DOESNT_SUPPORT_C99_LOG2
double log2(double n) {
double a = log(2);
double b = log(n);
return (b/a);
}
#endif// // 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 = 25 //
« Older Cloture to force a vote on the fiscal 2011 defense... | On August 23rd, the great Japa... Newer »
This thread has been archived and is closed to new comments
posted by Halloween Jack at 5:07 AM on September 22, 2010 [3 favorites]