globjects icon indicating copy to clipboard operation
globjects copied to clipboard

Emphasize object construction and management in README.md

Open scheibel opened this issue 8 years ago • 2 comments

There are confusions about memory management in globjects. We should extend the README.md to reflect on the different use-cases and abstraction mechanisms globjects provides and relies on, namely: reference counting, ref_ptr, clear examples, comments on auto-resolution, ...

scheibel avatar Dec 13 '16 09:12 scheibel

is this still required?

cgcostume avatar Oct 23 '18 03:10 cgcostume

Required: yes However, we don't use ref_ptr anymore so the Readme should be extended using unique_ptr, shared_ptr, weak_ptr, make_unique, and ::create patterns.

scheibel avatar Oct 23 '18 07:10 scheibel