
6 Aug
2007
6 Aug
'07
8:51 a.m.
Roland Schwarz wrote:
Is there a policy about filename case within boost?
At least windows does not distinguish between upper and lower case. So a developer using windows might too easily miss this fact which can result in code that compiles on windows and not on unix.
So I'd expect that there is a policy e.g. requiring all lower case filenames. In my opinion this also should be checked by a pre-commit hook.
Agreed, the pre-commit checks should save us from ourselves :-) John.