I’m looking for a practical C++ coding style for medium to large projects which maximizes readability. I am indifferent to clever design patterns or constructs as long as the code is obvious when you browse it.
C++ style guides are also welcome, but I prefer to browse real code so I can easily determine if their guidelines do, in fact, effectively increase readability.
I would recommend ITK. It has a large codebase, but it’s extremely coherent imho.