I know namespaces are nice, but we only should have conflicting local names for the most trivial stuff.
bedroom::Plumbus and bathroom::Plumbus are probably fine.
But when I have bedroom::PlumbusInserter and bathroom::PlumbusInserter it's *guaranteed* that my IDE will import the wrong name resulting in hours of debugging because nothing makes sense.
#programming