11-06-2007, 12:31 AM
|
#2 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Personally I'd quite like to see namespaces implemented as below. But however they're done I don't mind too much so long as they are introduced!
PHP Code:
namespace Salathe { private static final class InternalClass // how cool would this be?!! { // some some internal-type things } }
I'd maybe also like wider adoption of OOP in the core, so stepping away from the hoards of differently patterned function names. This has happened to some extent already, but more, more, more please. :)
|
|
|
|