On Fri, 2008-09-26 at 15:18 -0700, Kris Wallsmith wrote: > The DIRECTORY_SEPARATOR is used in a number of files throughout > symfony. A quick Google search reveals use of this constant is only > necessary when handling the return value of file system functions -- > not when defining file paths. > > Can we update coding standards to specify use the the '/' literal > rather than DIRECTORY_SEPARATOR? This would make for better > readability.
I would rather stay with DIRECTORY_SEPARATOR for consistency - this way it's easier to compare to those file system return values. Carl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
