HECK YES C Macro, For When Something Is REALLY True

Quite possibly the most useful macro you will ever use.

#define HECK_YES true && true
 
// Usage
if(self.sleepy)
{
   self.needsCoffee = HECK_YES;
}

Now if only I could replace semi colons with exclamation points…

Tags: , , ,

One comment

  1. Ruby my friend!

    HECK_YES = true

    self.needsCoffee = HECK_YES! if sleepy?

    by far the most syntactically natural language…

    hehe :-)

Leave a comment