Skip to main content

Henrique Feijo

Member since Dec 11, 2008

Recent Blog Comments By Henrique Feijo

  • What If ColdFusion Recognized More Truthy / Falsey Values

    Posted on Mar 25, 2011 at 2:41 PM

    Ben, I completely agree with that these values are hard to read. There's a programmer here that always does: <cfif len(string)> ... </cfif> Instead of <cfif string neq "">. It works, but if you're reading the code fast, you will have to process that in your mind if you... read more »

  • I Finally Understand The Finally Part Of A Try/Catch Control Statement

    Posted on Mar 23, 2011 at 3:34 PM

    The finally is actually very useful when you have mutiple catches in a single try/catch block, but you want to, let's say, close an FTP connection if any error occur. Instead of adding the ftp closing code in every single catch block, you can just put in the finally block. In other languages such as... read more »

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel