POV-Ray : Newsgroups : povray.off-topic : Thinking about Languages again : Re: Thinking about Languages again Server Time
1 Oct 2024 18:27:36 EDT (-0400)
  Re: Thinking about Languages again  
From: Nicolas Alvarez
Date: 27 Mar 2008 14:48:05
Message: <47ebf9f5$1@news.povray.org>
Warp escribió:
>   In some cases I have even implemented one class in two files because
> the implementation was so massive (even though the public interface of
> the class was rather small). This helps keeping source code files smaller
> and more manageable.
> 

And back when disks were small, many libraries used to have only one 
function per compilation unit. The reason is that if you use a function 
from some object file, the linker usually adds the *whole* object file.


Post a reply to this message

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