POV-Ray : Newsgroups : povray.off-topic : code readability : Re: code readability Server Time
7 Sep 2024 19:12:57 EDT (-0400)
  Re: code readability  
From: Invisible
Date: 27 Jun 2008 10:39:56
Message: <4864fbbc$1@news.povray.org>
Mike Raiford wrote:

> try
> {
>    AcheiveYourGoals();
> }
> catch(DidntSucceedException ex)
> {
>   TryAgain();
> }


try
{
   AchieveYourGoals();
}
catch (Failure e)
{
   CallAirStrike();
}

// With appologies for Murphy...

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.