News Feed
Jobs Feed
Sections




News Archive
Lukas Smith's Blog:
Its the end of the world as we know it.
July 26, 2007 @ 08:44:00

In a post from Lukas Smith, he gives responses to some of the questions/comments people have to say about PHP, specifically in how it's related to Java.

Whenever someone asks me why PHP is more "agile" than Java, I tell them that in PHP you can break most of the rules your comp sci course told you about and get away with it. Of course this means that you need PHP developers to constantly clean up their code.

He talks about rules for developing in PHP, one being not to change a method so make it incompatible with its parent. He recommends one way to avoid this - the E_STRICT warning to protect against possible conflicts and issues (the same kind of functionality in PHP6 is in E_FATAL though).

Please, lets get the sense back here. Lets not make things that are not fatal an E_FATAL. Lets use E_STRICT for the pedantic, lets add a E_DEPRECATED for all things deprecated. Lets not kill what makes PHP more agile than those other languages that think they know what I should be spending my time on.
3 comments voice your opinion now!
end world estrict efatal php5 php6 method parent child end world estrict efatal php5 php6 method parent child


blog comments powered by Disqus

Similar Posts

Pear-Code-Authors.com: Installation of a local PEAR copy on a shared host

Lukas Smith's Blog: The state of the PHP5 CMS...?

Tim Koschuetzki's Blog: Composing Methods: Remove Assignments to Parameters

DevShed: Using Introspective Methods with the DirectoryIterator Class in PHP 5

DevShed: Main Methods of the DirectoryIterator Class in PHP 5


Community Events











Don't see your event here?
Let us know!


database functional usergroup zendframework2 development unittest opinion rest testing language community framework conference interview podcast symfony2 introduction release phpunit series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework