Frames-Proj / frames

6 stars 6 forks source link

Refactored handles to be objects which contain a .drop() method. #4

Closed ethanpailes closed 7 years ago

ethanpailes commented 7 years ago

This will hopefully make it a little easier to make sure that we clean up after ourselves using the exported withDrop and withDropP functions.

This PR contains a lot of churn. I'm sorry about that :(. I figured that this was the last time I could justify a major factor of the low level API.

Abdisalan commented 7 years ago

NOICE