Re: Strict types
- From: Steve Chapel <schapel@xxxxxxxxxxxxx>
- Date: Thu, 30 Mar 2006 15:02:09 GMT
Treefrog wrote:
Hi All,
For a while now I've been wishing PHP had (at least the option to
enable) strict types. It would help a massive amount in BIG
applications, and maybe start to taper the millions of lines of crap
code that's out there.
Generally speaking, PHP is a scripting language. Scripting languages are great for one-off projects and small programs, but become unwieldy in big applications, larger than a few thousand lines. For larger projects, I would suggest Java, which has strict typing and encourages object-oriented programming and modularization.
.
- Follow-Ups:
- Re: Strict types
- From: Treefrog
- Re: Strict types
- References:
- Strict types
- From: Treefrog
- Strict types
- Prev by Date: Re: JavaScript to PHP?
- Next by Date: Re: Strict types
- Previous by thread: Re: Strict types
- Next by thread: Re: Strict types
- Index(es):
Relevant Pages
|