Skip to content

Best Practices

This note is to put the knowledge we learned about C++ building to application. They are just some inferences from the knowledge.

Do not define non-inline functions in headers

Do not use unnamed namespace in headers