Pro tip of the day
April 15, 2011
Just saw on Twitter: “C++ Tip: Avoid the blame for bugs by placing all your code in namespaces named after other programmers on your team.”
It’s not only the privilege of C++ coders: you can use it in any language which supports multiple namespaces.
Time to amaze your colleagues!
Advertisement