[Lazarus] OOP basics - 2
Juha Manninen
juha.manninen at phnet.fi
Thu Apr 15 11:09:53 CEST 2010
> Yes, this is what is done in C++ basically as well. Even worse, C/C++
> pulls in this big file (aka header mess) in every compilation unit again
> and again. You can also split your pascal code in several include files
> as in C/C++ and claim that you don't use one big file.
Yes, I also finally realized that a big source file is not necessarily a bad
thing. It is a question of attitude. A good editor and IDE helps browse and
maintain the code.
Include files seem to be useful with FPC/Lazarus. With Delphi they are not so
useful.
Juha
More information about the Lazarus
mailing list