159: Sort .h/.hh files first
- Fixed
- Review Board
grant.p********@gmai***** (Google Code) (Is this you? Claim this profile.) | |
July 31, 2007 |
I'd like header files to come before their implementations. This way you see added/removed functions, variables, etc. and better understand the code that defines/references them. The rule could be pretty simple. If two files have the same name but different extensions and one of them is .h or .hh, put that first. I can't think of places where that would hurt.