I agree that braces are the way to go. Otherwise it's to easy to lose track of what namespace you're working with.
This is simple - you always have one namespace per file.
Then it's best to not allow multiple namespaces for file. If you're not going to keep the syntax clean then don't do it. PHP already has the bad habit for many programmers to write totally unreadable code. It's darn near as bad as Perl in that area. No reason to make it worse.

--
Michael McGlothlin
Southwest Plumbing Supply

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to