Code reading: where can i read great, modern, and well-documented C++ code?
- by baol
Reading code is one of the best ways to learn new idioms, tricks, and techniques.
Sadly it's very common to find badly written C++ code. Some use C++ as it was C, others as if it was Java, some just shoot in their feet.
I believe gtkmm is a good example of C++ design, but a binding could not be the better code to read (you need to know the C…