Skip to content

Conversation

@alex1bondoc
Copy link

The original explanation of moving ownership was concise but left room for confusion due to a lack of detail and clarity. The following issues were identified:

It didn’t clarify the difference between memory stored on the stack and memory on the heap.
There was no detailed explanation of the Drop mechanism or when memory is released.
Terms such as "ownership," "move," and "drop" were used inconsistently and without sufficient explanation.
There was no example to clearly demonstrate the runtime behavior of ownership and dropping.

Improved clarity and structure and added memory details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant