POV-Ray : Newsgroups : povray.off-topic : code readability : Re: code readability Server Time
7 Sep 2024 19:15:45 EDT (-0400)
  Re: code readability  
From: Mike Raiford
Date: 27 Jun 2008 10:31:41
Message: <4864f9cd$1@news.povray.org>
Eero Ahonen wrote:
> Tim Nikias wrote:
>>
>> Heh, that reminds me... Some guy actually wrote code like this:
>>
> 
> Somehow those variables remind me of what I've decided I'll do at work 
> some day, when I'll have a place where it fits:
> 
> if (!successful) {
>     try_harder();
> }
> 
>> Regards,
>> Tim
> 
> 

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

:p


Post a reply to this message

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