Re: How do we manage large code sets in PHP? [message #169658 is a reply to message #169657] |
Tue, 21 September 2010 23:20 |
The Natural Philosoph
Messages: 993 Registered: September 2010
Karma:
|
Senior Member |
|
|
Michael wrote:
> In C/C++ we create manageable files and compile/link them together
> into a single executable. What do we do in PHP?
Shit loads of includes.
Or don't write major projects in it.
If you want to create a monster, create it as a php library, written in
C or C++ (if you must)
PHP is BASIC, for web designers. The OSS answer to Visual Basic. It's a
great little tool: A professional large project programming language? No.
|
|
|