On Wed, 2008-02-27 at 11:33 +1100, Robert Collins wrote: > On Tue, 2008-02-26 at 16:50 -0700, Alex Rousskov wrote: > > > > That #include line would be illegal in cleaned up sources, of course. > > You are supposed to say "include1/Foo.h" or equivalent. That's why > > duplicating group in file names may become unnecessary: > > Group/GroupFoo.h > > becomes Group/Foo.h > > I think for graceful failures its better to eliminate failure modes we > can predict when it is cheap to do so. > > Using consistently lowercase file names on disk will do that.
So you would recommend something like http/request_method.cc and acl/request_header_strategy.h right? Thank you, Alex.