Rename contructor, destructor, allocations, and de-allocations #2

Open
opened 2020-08-17 22:43:10 -04:00 by twistdroach · 0 comments
twistdroach commented 2020-08-17 22:43:10 -04:00 (Migrated from github.com)

new -> alloc
delete -> dealloc
init -> ctor
destroy -> dtor

I think this might be more descriptive than new/init/destroy/delete...

new -> alloc delete -> dealloc init -> ctor destroy -> dtor I think this might be more descriptive than new/init/destroy/delete...
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: moldybits/raytracer-c#2
No description provided.