Heya,

Someone asked me about the rationale behind the naming conventions the
other day, and we noticed a few things that don't quite make sense.

1) Resources is not a namespace, so according to the rest (contents of
Resources/, vendor/, top level dirs) it should be called resources/.

2) We said everything singular, so I guess it should in fact be
resource/, and Tests/ should be Test/ no ?

3) The convention of using foo_bar for options and fooBar for "php"
stuff is nice and all, but in some contexts you have to mix, for example
route parameters ":foo_bar" will end up as $foo_bar in your action. What
should we do there? Convert automatically (maybe it's done and I didn't
notice)? Move everything to camel case (it'd look awkward in xml I
guess, and everyone would hate me)?

Cheers

-- 
Jordi Boggiano
@seldaek :: http://seld.be/

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to