POV-Ray : Newsgroups : povray.off-topic : code readability : Re: code readability Server Time
7 Sep 2024 19:17:01 EDT (-0400)
  Re: code readability  
From: Mike Raiford
Date: 27 Jun 2008 10:29:01
Message: <4864f92d@news.povray.org>
Invisible wrote:

> is much more readable than
> 
>   t1 = y*y
>   t2 = y*t1
>   t3 = 2*t2
>   t4 = a*b
>   t5 = 3*t4
>   t6 = t3-t5
> 
> despite being much more compact. Counter-examples in the opposite 
> direction are not hard to find either.

Hey ... that looks familiar.

... I think someone here used to write code exactly like that! 0.o


Post a reply to this message

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