|
|
| |
1. Sounds like a good idea to me |
|
Reply |
|
|
 Dave Kennard | 2012-06-14 20:14:16 |
Adding the option to use strict typing sounds like a good idea to me, especially if it would provide a performance benefit when taken advantage of.
Are you aware of any way to easily check whether a class has dynamically created properties? I always try to declare properties, but I wouldn't be surprised if I forget every once in a while.
Dave
PS I didn't notice any problems with the article, read fine to me. |
| |
2. Re: Sounds like a good idea to me |
|
Reply |
|
|
 Manuel Lemos | 2012-06-14 20:48:27 - In reply to message 1 from Dave Kennard |
It would not be hard to write a simple tool to check that but I suspect PHP Mess Detector of Manuel Pichler may already do that.
http://phpmd.org/ |
| |
3. Re: Sounds like a good idea to me |
|
Reply |
|
|
 Dave Kennard | 2012-06-15 16:25:16 - In reply to message 2 from Manuel Lemos |
Thanks Manuel, I don't think I'd heard of PHP Mess Detector, but it looks like it could be quite useful.
Cheers
Dave |
|