Site Admin
|
correct but only partially. What if I need OBJECT to be parent for FLYINGOBJECT, DRIVINGOBJECT, SWIMMINGOBJECT and DIGGINGOBJECT? They all are supposed to have MOVE and all their children will have DRAW. Why not to have the two in their parent? What if my system manages such objects and ask them to move and to draw? |
||||||||||||||
_________________ The PHP IDE team |
Site Admin
|
well, I finally see you agree with this
and this is the problem I begun with. The key word is "created" which clearly indicates "run-time". Only statements like this $a=new SomeClass() can be recognized in compile-time. And you can never guarantee if developer is not using __autoload() and if this SomeClass is abstract used while there are may be two or more classes with the same name and they are not abstract... In other words, checks for simple cases can be automated but it's not what most people want to have. They need checks for non-simple situations when they can't get problems resolved on theirown. What I'd mostly care of is a good testing system. BTW without such system you'd not get PhpED 5.0 with Code Folding in April 2007 |
||||||||||||||
_________________ The PHP IDE team |
A copmile like feature. (Run instant error analysis) |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by