The C++ Standard Library has multiple files that contain stuff within namespace std.
It also has std::chrono: http://www.cplusplus.com/reference/chrono/
That is a nested namespace, isn't it?
That is a library.
Does the C++ Standard Library follow good "programming practices"?