提交 a8125483 编写于 作者: G gineshidalgo99

Updated doc

上级 55ff8f65
......@@ -41,6 +41,11 @@ else
6. Functions arguments:
1. It should first include the variables to be edited, and secondtly the const variables.
2. Any variable that is not gonna be modified must be added with `const`.
7. Pointers:
1. Pointers must be avoided if possible.
2. If a pointer must be used, std::unique_ptr must be always be used.
3. If the pointer must be shared, then std::shared_ptr.
4. No `delete` keyword is allowed in OpenPose.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册